2025-03-21T20:17:42.7694871Z Current runner version: '2.323.0' 2025-03-21T20:17:42.7702779Z Runner name: 'i-044c0c0ff18ae6b1f' 2025-03-21T20:17:42.7703765Z Runner group name: 'Default' 2025-03-21T20:17:42.7704826Z Machine name: 'ip-10-0-3-16' 2025-03-21T20:17:42.7708012Z ##[group]GITHUB_TOKEN Permissions 2025-03-21T20:17:42.7710849Z Contents: read 2025-03-21T20:17:42.7711767Z Metadata: read 2025-03-21T20:17:42.7712393Z ##[endgroup] 2025-03-21T20:17:42.7716410Z Secret source: Actions 2025-03-21T20:17:42.7717498Z Prepare workflow directory 2025-03-21T20:17:43.1095040Z Prepare all required actions 2025-03-21T20:17:43.1140619Z Getting action download info 2025-03-21T20:17:43.3457597Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-21T20:17:43.5959527Z Download action repository 'pytorch/pytorch@main' (SHA:c5deacc27a4a29fa141e179535d56d21a0eb734f) 2025-03-21T20:17:56.4804161Z Download action repository 'actions/download-artifact@v4' (SHA:95815c38cf2ff2164869cbab79da8d1f422bc89e) 2025-03-21T20:17:56.8269783Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-03-21T20:17:56.9226071Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-03-21T20:17:57.2921898Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-21T20:17:57.5277156Z Getting action download info 2025-03-21T20:17:57.6993220Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:17:57.6995288Z ##[group] Inputs 2025-03-21T20:17:57.6997834Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:17:57.7000862Z timeout: 90 2025-03-21T20:17:57.7001112Z runner: linux.2xlarge 2025-03-21T20:17:57.7001393Z upload-artifact: 2025-03-21T20:17:57.7001964Z upload-artifact-to-s3: false 2025-03-21T20:17:57.7002296Z download-artifact: 2025-03-21T20:17:57.7002569Z repository: 2025-03-21T20:17:57.7002832Z fetch-depth: 1 2025-03-21T20:17:57.7003087Z submodules: true 2025-03-21T20:17:57.7003399Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:57.7003794Z test-infra-repository: pytorch/test-infra 2025-03-21T20:17:57.7004136Z test-infra-ref: 2025-03-21T20:17:57.7004415Z docker-image: executorch-ubuntu-22.04-gcc9 2025-03-21T20:17:57.7004785Z docker-build-dir: .ci/docker 2025-03-21T20:17:57.7005097Z gpu-arch-type: cpu 2025-03-21T20:17:57.7005362Z gpu-arch-version: 2025-03-21T20:17:57.7005637Z job-name: linux-job 2025-03-21T20:17:57.7005898Z continue-on-error: false 2025-03-21T20:17:57.7006191Z binary-matrix: 2025-03-21T20:17:57.7006449Z run-with-docker: true 2025-03-21T20:17:57.7006712Z secrets-env: 2025-03-21T20:17:57.7006958Z no-sudo: false 2025-03-21T20:17:57.7007222Z ##[endgroup] 2025-03-21T20:17:57.7007578Z Complete job name: test-binary-size-linux-gcc / linux-job 2025-03-21T20:17:57.7453777Z A job started hook has been configured by the self-hosted runner administrator 2025-03-21T20:17:57.7559112Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-21T20:17:57.7568696Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:57.7569381Z ##[endgroup] 2025-03-21T20:17:59.6760661Z Runner Type: linux.2xlarge 2025-03-21T20:17:59.6761374Z Instance Type: c5.2xlarge 2025-03-21T20:17:59.6761848Z AMI Name: unknown 2025-03-21T20:17:59.6787388Z AMI ID: ami-08b5b3a93ed654d19 2025-03-21T20:18:05.5624990Z ##[group]Run set -euxo pipefail 2025-03-21T20:18:05.5625425Z set -euxo pipefail 2025-03-21T20:18:05.5625759Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:18:05.5626171Z  echo "::group::Cleanup with-sudo debug output" 2025-03-21T20:18:05.5626582Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:05.5626913Z else 2025-03-21T20:18:05.5627206Z  echo "::group::Cleanup no-sudo debug output" 2025-03-21T20:18:05.5627578Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:05.5627897Z fi 2025-03-21T20:18:05.5628128Z  2025-03-21T20:18:05.5628388Z mkdir -p "${GITHUB_WORKSPACE}" 2025-03-21T20:18:05.5628724Z echo "::endgroup::" 2025-03-21T20:18:05.5637343Z shell: /usr/bin/bash -e {0} 2025-03-21T20:18:05.5637656Z env: 2025-03-21T20:18:05.5637924Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:05.5638326Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.5638685Z PR_NUMBER: 2025-03-21T20:18:05.5641078Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:05.5643543Z NO_SUDO: false 2025-03-21T20:18:05.5643789Z ##[endgroup] 2025-03-21T20:18:05.5673519Z + [[ false == \f\a\l\s\e ]] 2025-03-21T20:18:05.5684496Z + echo '::group::Cleanup with-sudo debug output' 2025-03-21T20:18:05.5685068Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:05.5691544Z ##[group]Cleanup with-sudo debug output 2025-03-21T20:18:05.7048325Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/branches' 2025-03-21T20:18:05.7050146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/applypatch-msg.sample' 2025-03-21T20:18:05.7051971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/commit-msg.sample' 2025-03-21T20:18:05.7053695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/post-update.sample' 2025-03-21T20:18:05.7055432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-applypatch.sample' 2025-03-21T20:18:05.7057202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-commit.sample' 2025-03-21T20:18:05.7058976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-merge-commit.sample' 2025-03-21T20:18:05.7060744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-push.sample' 2025-03-21T20:18:05.7062381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-receive.sample' 2025-03-21T20:18:05.7064243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/push-to-checkout.sample' 2025-03-21T20:18:05.7066092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/sendemail-validate.sample' 2025-03-21T20:18:05.7067785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/update.sample' 2025-03-21T20:18:05.7069469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:05.7071185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-rebase.sample' 2025-03-21T20:18:05.7073447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:05.7075113Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks' 2025-03-21T20:18:05.7076612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info/exclude' 2025-03-21T20:18:05.7078435Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info' 2025-03-21T20:18:05.7079868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/description' 2025-03-21T20:18:05.7081226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config' 2025-03-21T20:18:05.7082628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads/main' 2025-03-21T20:18:05.7084206Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads' 2025-03-21T20:18:05.7085828Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/tags' 2025-03-21T20:18:05.7087477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin/main' 2025-03-21T20:18:05.7089412Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin' 2025-03-21T20:18:05.7091157Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes' 2025-03-21T20:18:05.7092716Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs' 2025-03-21T20:18:05.7094118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/HEAD' 2025-03-21T20:18:05.7095951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-e4a8484e98aad66fbff9be8ff7ebca9a8cd44ed9.pack' 2025-03-21T20:18:05.7098202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-e4a8484e98aad66fbff9be8ff7ebca9a8cd44ed9.rev' 2025-03-21T20:18:05.7100284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-e4a8484e98aad66fbff9be8ff7ebca9a8cd44ed9.idx' 2025-03-21T20:18:05.7102032Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack' 2025-03-21T20:18:05.7103443Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/info' 2025-03-21T20:18:05.7104832Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects' 2025-03-21T20:18:05.7106214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/FETCH_HEAD' 2025-03-21T20:18:05.7107502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/shallow' 2025-03-21T20:18:05.7108991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin/main' 2025-03-21T20:18:05.7110766Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin' 2025-03-21T20:18:05.7112412Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes' 2025-03-21T20:18:05.7114076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads/main' 2025-03-21T20:18:05.7115700Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads' 2025-03-21T20:18:05.7117326Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs' 2025-03-21T20:18:05.7118837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/HEAD' 2025-03-21T20:18:05.7120295Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs' 2025-03-21T20:18:05.7122291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config.worktree' 2025-03-21T20:18:05.7123759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/index' 2025-03-21T20:18:05.7125161Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git' 2025-03-21T20:18:05.7126523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.flake8' 2025-03-21T20:18:05.7127974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git-blame-ignore-revs' 2025-03-21T20:18:05.7129499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitattributes' 2025-03-21T20:18:05.7131033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actionlint.yaml' 2025-03-21T20:18:05.7132734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint/action.yml' 2025-03-21T20:18:05.7134523Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint' 2025-03-21T20:18:05.7136330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload/action.yml' 2025-03-21T20:18:05.7138230Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload' 2025-03-21T20:18:05.7140212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image/action.yml' 2025-03-21T20:18:05.7142234Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image' 2025-03-21T20:18:05.7144169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space/action.yml' 2025-03-21T20:18:05.7146067Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space' 2025-03-21T20:18:05.7148003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory/action.yml' 2025-03-21T20:18:05.7149841Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory' 2025-03-21T20:18:05.7151764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload/action.yml' 2025-03-21T20:18:05.7153684Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload' 2025-03-21T20:18:05.7155577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner/action.yml' 2025-03-21T20:18:05.7157351Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner' 2025-03-21T20:18:05.7159316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables/action.yml' 2025-03-21T20:18:05.7161303Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables' 2025-03-21T20:18:05.7163284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id/action.yml' 2025-03-21T20:18:05.7165185Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id' 2025-03-21T20:18:05.7167076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image/action.yml' 2025-03-21T20:18:05.7168894Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image' 2025-03-21T20:18:05.7170826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache/action.yml' 2025-03-21T20:18:05.7173121Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache' 2025-03-21T20:18:05.7175057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel/action.yml' 2025-03-21T20:18:05.7176857Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel' 2025-03-21T20:18:05.7178721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds/action.yml' 2025-03-21T20:18:05.7180533Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds' 2025-03-21T20:18:05.7182469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload/action.yml' 2025-03-21T20:18:05.7184478Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload' 2025-03-21T20:18:05.7186447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test/action.yml' 2025-03-21T20:18:05.7188438Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test' 2025-03-21T20:18:05.7190504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux/action.yml' 2025-03-21T20:18:05.7192453Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux' 2025-03-21T20:18:05.7194326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/README.md' 2025-03-21T20:18:05.7196251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/action.yml' 2025-03-21T20:18:05.7198194Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda' 2025-03-21T20:18:05.7200119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia/action.yml' 2025-03-21T20:18:05.7201967Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia' 2025-03-21T20:18:05.7203744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/action.yml' 2025-03-21T20:18:05.7205530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/index.js' 2025-03-21T20:18:05.7207337Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh' 2025-03-21T20:18:05.7209131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows/action.yml' 2025-03-21T20:18:05.7210970Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows' 2025-03-21T20:18:05.7212869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux/action.yml' 2025-03-21T20:18:05.7214865Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux' 2025-03-21T20:18:05.7216608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows/action.yml' 2025-03-21T20:18:05.7218468Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows' 2025-03-21T20:18:05.7220333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly/action.yml' 2025-03-21T20:18:05.7222254Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly' 2025-03-21T20:18:05.7224620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash/action.yml' 2025-03-21T20:18:05.7226546Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash' 2025-03-21T20:18:05.7228470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict/action.yml' 2025-03-21T20:18:05.7230369Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict' 2025-03-21T20:18:05.7232415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results/action.yml' 2025-03-21T20:18:05.7234386Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results' 2025-03-21T20:18:05.7236093Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions' 2025-03-21T20:18:05.7237714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-node-config.yaml' 2025-03-21T20:18:05.7239273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-runner-config.yaml' 2025-03-21T20:18:05.7240931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/canary-scale-config.yml' 2025-03-21T20:18:05.7242525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/dependabot.yml' 2025-03-21T20:18:05.7244151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-canary-scale-config.yml' 2025-03-21T20:18:05.7245790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-scale-config.yml' 2025-03-21T20:18:05.7247388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scale-config.yml' 2025-03-21T20:18:05.7249397Z 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:05.7252062Z 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:05.7254554Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2' 2025-03-21T20:18:05.7256933Z 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:05.7259522Z 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:05.7262292Z 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:05.7265012Z 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:05.7267464Z 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:05.7269874Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3' 2025-03-21T20:18:05.7272228Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing' 2025-03-21T20:18:05.7274387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks/gather_metadata.py' 2025-03-21T20:18:05.7276329Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks' 2025-03-21T20:18:05.7278625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/export_matrix_variables.py' 2025-03-21T20:18:05.7280543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_tutorials_stats.py' 2025-03-21T20:18:05.7282436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_workflow_job_id.py' 2025-03-21T20:18:05.7284275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_torch.sh' 2025-03-21T20:18:05.7286067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_xpu.bat' 2025-03-21T20:18:05.7287894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_clickhouse_format.sh' 2025-03-21T20:18:05.7289875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py' 2025-03-21T20:18:05.7291697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/test_update_disabled_issues.py' 2025-03-21T20:18:05.7293469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_commit_hashes.py' 2025-03-21T20:18:05.7295244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_disabled_issues.py' 2025-03-21T20:18:05.7297013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/upload_benchmark_results.py' 2025-03-21T20:18:05.7298719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_binaries.sh' 2025-03-21T20:18:05.7300332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_pipy.sh' 2025-03-21T20:18:05.7301941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_poetry.sh' 2025-03-21T20:18:05.7303867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_scale_config.py' 2025-03-21T20:18:05.7305676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_test_ops.sh' 2025-03-21T20:18:05.7307797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/xpu_env_helper.bat' 2025-03-21T20:18:05.7309568Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts' 2025-03-21T20:18:05.7311431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_binary_upload.yml' 2025-03-21T20:18:05.7313355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_upload_docs.yml' 2025-03-21T20:18:05.7315303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/backfill-workflow-job.yml' 2025-03-21T20:18:05.7317270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build-windows-ami.yml' 2025-03-21T20:18:05.7319261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_linux.yml' 2025-03-21T20:18:05.7321111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_macos.yml' 2025-03-21T20:18:05.7323172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_windows.yml' 2025-03-21T20:18:05.7325300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_linux.yml' 2025-03-21T20:18:05.7327342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_macos.yml' 2025-03-21T20:18:05.7329300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_windows.yml' 2025-03-21T20:18:05.7330908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/check-alerts.yml' 2025-03-21T20:18:05.7331948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-linux.yml' 2025-03-21T20:18:05.7333025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-macos.yml' 2025-03-21T20:18:05.7334323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-dynamo-lambda.yml' 2025-03-21T20:18:05.7335561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-s3-lambda.yml' 2025-03-21T20:18:05.7336895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/deploy_lambda_whl_metadata_upload_pep658.yml' 2025-03-21T20:18:05.7338119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/disable-flaky-tests.yml' 2025-03-21T20:18:05.7339322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_binary_build_matrix.yml' 2025-03-21T20:18:05.7340516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_docker_release_matrix.yml' 2025-03-21T20:18:05.7341639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_release_matrix.yml' 2025-03-21T20:18:05.7342881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/gha-artifacts-lambda.yml' 2025-03-21T20:18:05.7344024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/github-status-test-lambda.yml' 2025-03-21T20:18:05.7345222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-do-release-runners.yml' 2025-03-21T20:18:05.7346408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-release-tag-runners.yml' 2025-03-21T20:18:05.7347626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runner-binaries-syncer.yml' 2025-03-21T20:18:05.7348786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runners.yml' 2025-03-21T20:18:05.7349835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-webhook.yml' 2025-03-21T20:18:05.7350855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lint.yml' 2025-03-21T20:18:05.7351979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job.yml' 2025-03-21T20:18:05.7353028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job_v2.yml' 2025-03-21T20:18:05.7354159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/log-classifier-lambda.yml' 2025-03-21T20:18:05.7355221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/macos_job.yml' 2025-03-21T20:18:05.7356305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/mobile_job.yml' 2025-03-21T20:18:05.7357415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml' 2025-03-21T20:18:05.7358606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/pr-dependencies-check.yml' 2025-03-21T20:18:05.7359657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/revert-tracker.yml' 2025-03-21T20:18:05.7360780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/scale_config_validation.yml' 2025-03-21T20:18:05.7362234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/servicelab-ingestor-lambda.yml' 2025-03-21T20:18:05.7363418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-binary-size-validation.yml' 2025-03-21T20:18:05.7364598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-export-matrix-variables.yml' 2025-03-21T20:18:05.7365886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-env-file' 2025-03-21T20:18:05.7367120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file' 2025-03-21T20:18:05.7368361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda.yml' 2025-03-21T20:18:05.7369448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-nvidia.yml' 2025-03-21T20:18:05.7370532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-ssh.yml' 2025-03-21T20:18:05.7371706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-validate-domain-library.yml' 2025-03-21T20:18:05.7372979Z 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:05.7374272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_python_versions.yml' 2025-03-21T20:18:05.7375570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml' 2025-03-21T20:18:05.7376798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml' 2025-03-21T20:18:05.7377970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_m1.yml' 2025-03-21T20:18:05.7379186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml' 2025-03-21T20:18:05.7380457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml' 2025-03-21T20:18:05.7381622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job.yml' 2025-03-21T20:18:05.7382718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job_v2.yml' 2025-03-21T20:18:05.7383786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_macos_job.yml' 2025-03-21T20:18:05.7384934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_mobile_job.yml' 2025-03-21T20:18:05.7386076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_upload_benchmark_results.yml' 2025-03-21T20:18:05.7387254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_windows_job.yml' 2025-03-21T20:18:05.7388242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tests.yml' 2025-03-21T20:18:05.7389463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tflint.yml' 2025-03-21T20:18:05.7390535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/torchci.yml' 2025-03-21T20:18:05.7391713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly.yml' 2025-03-21T20:18:05.7393063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly_core.yml' 2025-03-21T20:18:05.7395073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-drci-comments.yml' 2025-03-21T20:18:05.7396167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-queue-times.yml' 2025-03-21T20:18:05.7397344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-s3-html.yml' 2025-03-21T20:18:05.7398380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-test-times.yml' 2025-03-21T20:18:05.7399506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_disabled_tests.yml' 2025-03-21T20:18:05.7400636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_test_file_ratings.yml' 2025-03-21T20:18:05.7401765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/upload-tutorials-stats.yml' 2025-03-21T20:18:05.7403009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/usage-log-aggregator-lambda.yml' 2025-03-21T20:18:05.7404232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-aarch64-linux-binaries.yml' 2025-03-21T20:18:05.7405468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-binaries.yml' 2025-03-21T20:18:05.7406599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-docker-images.yml' 2025-03-21T20:18:05.7407738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-domain-library.yml' 2025-03-21T20:18:05.7408948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-linux-binaries.yml' 2025-03-21T20:18:05.7410313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-macos-arm64-binaries.yml' 2025-03-21T20:18:05.7411544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-nightly-binaries.yml' 2025-03-21T20:18:05.7412750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-pypi-wheel-binary-size.yml' 2025-03-21T20:18:05.7413863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-release-binaries.yml' 2025-03-21T20:18:05.7414968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-repackaged-binary-sizes.yml' 2025-03-21T20:18:05.7416069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-windows-binaries.yml' 2025-03-21T20:18:05.7417127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows-ami-validation.yml' 2025-03-21T20:18:05.7418123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows_job.yml' 2025-03-21T20:18:05.7419094Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows' 2025-03-21T20:18:05.7419976Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github' 2025-03-21T20:18:05.7420732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitignore' 2025-03-21T20:18:05.7421485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.lintrunner.toml' 2025-03-21T20:18:05.7422290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.mypy_requirements.txt' 2025-03-21T20:18:05.7423053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.sqlfluff' 2025-03-21T20:18:05.7423987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CODE_OF_CONDUCT.md' 2025-03-21T20:18:05.7424770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CONTRIBUTING.md' 2025-03-21T20:18:05.7425503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/LICENSE' 2025-03-21T20:18:05.7426208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/README.md' 2025-03-21T20:18:05.7426991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/README.md' 2025-03-21T20:18:05.7428069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.hwm' 2025-03-21T20:18:05.7429434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwd' 2025-03-21T20:18:05.7430327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwi' 2025-03-21T20:18:05.7432168Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:05.7432917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs/sshd_config' 2025-03-21T20:18:05.7433847Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs' 2025-03-21T20:18:05.7434762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/plugins.pkr.hcl' 2025-03-21T20:18:05.7435761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1' 2025-03-21T20:18:05.7436885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1' 2025-03-21T20:18:05.7437955Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers' 2025-03-21T20:18:05.7439038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Initialize-Python3.ps1' 2025-03-21T20:18:05.7440211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1' 2025-03-21T20:18:05.7441583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Choco-GenerateProfile.ps1' 2025-03-21T20:18:05.7443672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1' 2025-03-21T20:18:05.7444923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1' 2025-03-21T20:18:05.7446119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1' 2025-03-21T20:18:05.7447312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1' 2025-03-21T20:18:05.7448437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1' 2025-03-21T20:18:05.7449559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1' 2025-03-21T20:18:05.7450613Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers' 2025-03-21T20:18:05.7451597Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts' 2025-03-21T20:18:05.7452633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1' 2025-03-21T20:18:05.7453727Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts' 2025-03-21T20:18:05.7454905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/variables.pkr.hcl' 2025-03-21T20:18:05.7455844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/windows.pkr.hcl' 2025-03-21T20:18:05.7456739Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows' 2025-03-21T20:18:05.7457552Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami' 2025-03-21T20:18:05.7458423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/.gitignore' 2025-03-21T20:18:05.7459365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/Makefile' 2025-03-21T20:18:05.7460312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/ci_queue_pct.py' 2025-03-21T20:18:05.7461287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/dorun.sh' 2025-03-21T20:18:05.7462247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/requirements.txt' 2025-03-21T20:18:05.7463215Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct' 2025-03-21T20:18:05.7464230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/Makefile' 2025-03-21T20:18:05.7465334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/README.md' 2025-03-21T20:18:05.7466477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/expected_query.sql' 2025-03-21T20:18:05.7467662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/lambda_function.py' 2025-03-21T20:18:05.7468841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/requirements.txt' 2025-03-21T20:18:05.7470056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/sample_workflow_job.json' 2025-03-21T20:18:05.7471376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/test_lambda_function.py' 2025-03-21T20:18:05.7472538Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo' 2025-03-21T20:18:05.7473599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/Makefile' 2025-03-21T20:18:05.7474651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/README.md' 2025-03-21T20:18:05.7475746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/lambda_function.py' 2025-03-21T20:18:05.7476857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/requirements.txt' 2025-03-21T20:18:05.7477933Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3' 2025-03-21T20:18:05.7478926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/Makefile' 2025-03-21T20:18:05.7479864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/README.md' 2025-03-21T20:18:05.7480850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/lambda_function.py' 2025-03-21T20:18:05.7481860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/requirements.txt' 2025-03-21T20:18:05.7483023Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts' 2025-03-21T20:18:05.7483968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/Makefile' 2025-03-21T20:18:05.7484951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/README.md' 2025-03-21T20:18:05.7485976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/lambda_function.py' 2025-03-21T20:18:05.7487033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/requirements.txt' 2025-03-21T20:18:05.7488054Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test' 2025-03-21T20:18:05.7489305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/.gitignore' 2025-03-21T20:18:05.7490284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.lock' 2025-03-21T20:18:05.7491228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.toml' 2025-03-21T20:18:05.7492178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/README.md' 2025-03-21T20:18:05.7493144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/README.md' 2025-03-21T20:18:05.7494293Z 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:05.7495425Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data' 2025-03-21T20:18:05.7496456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log1.txt' 2025-03-21T20:18:05.7497595Z 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:05.7498727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/request.json' 2025-03-21T20:18:05.7499744Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures' 2025-03-21T20:18:05.7500744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/ruleset.toml' 2025-03-21T20:18:05.7501771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts/download_logs.py' 2025-03-21T20:18:05.7502811Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts' 2025-03-21T20:18:05.7503822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock.rs' 2025-03-21T20:18:05.7504847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock/prompts.rs' 2025-03-21T20:18:05.7505897Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock' 2025-03-21T20:18:05.7506895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/engine.rs' 2025-03-21T20:18:05.7507857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/lib.rs' 2025-03-21T20:18:05.7508808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/log.rs' 2025-03-21T20:18:05.7509765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/main.rs' 2025-03-21T20:18:05.7511006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/network.rs' 2025-03-21T20:18:05.7512076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule.rs' 2025-03-21T20:18:05.7513062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule_match.rs' 2025-03-21T20:18:05.7514295Z 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:05.7515871Z 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:05.7517237Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots' 2025-03-21T20:18:05.7518274Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src' 2025-03-21T20:18:05.7519231Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier' 2025-03-21T20:18:05.7520201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/Makefile' 2025-03-21T20:18:05.7521192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/README.md' 2025-03-21T20:18:05.7522233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py' 2025-03-21T20:18:05.7523289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt' 2025-03-21T20:18:05.7524386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py' 2025-03-21T20:18:05.7525453Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs' 2025-03-21T20:18:05.7526453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/.gitignore' 2025-03-21T20:18:05.7527448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/Makefile' 2025-03-21T20:18:05.7528485Z 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:05.7529555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/requirements.txt' 2025-03-21T20:18:05.7530577Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time' 2025-03-21T20:18:05.7531560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/Makefile' 2025-03-21T20:18:05.7532544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/README.md' 2025-03-21T20:18:05.7533575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/lambda_function.py' 2025-03-21T20:18:05.7534639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/requirements.txt' 2025-03-21T20:18:05.7535661Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor' 2025-03-21T20:18:05.7536595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/__init__.py' 2025-03-21T20:18:05.7537580Z 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:05.7538779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_requirements.txt' 2025-03-21T20:18:05.7539692Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests' 2025-03-21T20:18:05.7540619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/Makefile' 2025-03-21T20:18:05.7541651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py' 2025-03-21T20:18:05.7542725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/requirements.txt' 2025-03-21T20:18:05.7543822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py' 2025-03-21T20:18:05.7544997Z 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:05.7546208Z 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:05.7547370Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples' 2025-03-21T20:18:05.7548424Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator' 2025-03-21T20:18:05.7549449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/Makefile' 2025-03-21T20:18:05.7550487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/README.md' 2025-03-21T20:18:05.7551664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/lambda_function.py' 2025-03-21T20:18:05.7552812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/requirements.txt' 2025-03-21T20:18:05.7553923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_event.json' 2025-03-21T20:18:05.7555047Z 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:05.7556161Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658' 2025-03-21T20:18:05.7557089Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda' 2025-03-21T20:18:05.7558004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/README.md' 2025-03-21T20:18:05.7559099Z 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:05.7560251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js' 2025-03-21T20:18:05.7561333Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org' 2025-03-21T20:18:05.7562240Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites' 2025-03-21T20:18:05.7563011Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws' 2025-03-21T20:18:05.7563832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/README.md' 2025-03-21T20:18:05.7564822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3/schema.sql' 2025-03-21T20:18:05.7565996Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3' 2025-03-21T20:18:05.7567230Z 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:05.7568462Z 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:05.7569637Z 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:05.7570779Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram' 2025-03-21T20:18:05.7571955Z 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:05.7573224Z 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:05.7574406Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization' 2025-03-21T20:18:05.7575382Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema' 2025-03-21T20:18:05.7576175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/mypy.ini' 2025-03-21T20:18:05.7576901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/pyproject.toml' 2025-03-21T20:18:05.7577651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/README.md' 2025-03-21T20:18:05.7578490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/cut-release-branch.sh' 2025-03-21T20:18:05.7579327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote.sh' 2025-03-21T20:18:05.7580182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/common_utils.sh' 2025-03-21T20:18:05.7581098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/conda_to_conda.sh' 2025-03-21T20:18:05.7582048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/prep_binary_for_pypi.sh' 2025-03-21T20:18:05.7582959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/s3_to_s3.sh' 2025-03-21T20:18:05.7583848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/wheel_to_pypi.sh' 2025-03-21T20:18:05.7584731Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote' 2025-03-21T20:18:05.7585633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/prep_binary_for_pypi.sh' 2025-03-21T20:18:05.7586631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_production.sh' 2025-03-21T20:18:05.7587632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_staging.sh' 2025-03-21T20:18:05.7588607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/upload_pypi_to_staging.sh' 2025-03-21T20:18:05.7590080Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi' 2025-03-21T20:18:05.7591455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/release_versions.sh' 2025-03-21T20:18:05.7592790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/restore-backup.sh' 2025-03-21T20:18:05.7594050Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release' 2025-03-21T20:18:05.7594919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/README.md' 2025-03-21T20:18:05.7596066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/backup_conda.py' 2025-03-21T20:18:05.7596949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/manage.py' 2025-03-21T20:18:05.7597807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/requirements.txt' 2025-03-21T20:18:05.7598739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/update_dependencies.py' 2025-03-21T20:18:05.7599634Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management' 2025-03-21T20:18:05.7600467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintignore' 2025-03-21T20:18:05.7601310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintrc.json' 2025-03-21T20:18:05.7602168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierignore' 2025-03-21T20:18:05.7603031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierrc.json' 2025-03-21T20:18:05.7603850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/README.md' 2025-03-21T20:18:05.7604774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts' 2025-03-21T20:18:05.7605765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/get-ip.test.ts' 2025-03-21T20:18:05.7606728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/github-utils.test.ts' 2025-03-21T20:18:05.7607666Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__' 2025-03-21T20:18:05.7608538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/jest.config.js' 2025-03-21T20:18:05.7609375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/package.json' 2025-03-21T20:18:05.7610277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/add-github-ssh-key.ts' 2025-03-21T20:18:05.7611186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/ec2-utils.ts' 2025-03-21T20:18:05.7612033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/get-ip.ts' 2025-03-21T20:18:05.7612898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/github-utils.ts' 2025-03-21T20:18:05.7613752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/main.ts' 2025-03-21T20:18:05.7614572Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src' 2025-03-21T20:18:05.7615397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/tsconfig.json' 2025-03-21T20:18:05.7616207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/yarn.lock' 2025-03-21T20:18:05.7616994Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh' 2025-03-21T20:18:05.7617764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats/README.md' 2025-03-21T20:18:05.7618515Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats' 2025-03-21T20:18:05.7619384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.gitignore' 2025-03-21T20:18:05.7620370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.tflint.hcl' 2025-03-21T20:18:05.7621343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/LICENSE.md' 2025-03-21T20:18:05.7622476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/Makefile' 2025-03-21T20:18:05.7623446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/README.md' 2025-03-21T20:18:05.7624516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/architecture-diagram.png' 2025-03-21T20:18:05.7625596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/elastic_cache.tf' 2025-03-21T20:18:05.7626587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/kms.tf' 2025-03-21T20:18:05.7627539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/main.tf' 2025-03-21T20:18:05.7628614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl' 2025-03-21T20:18:05.7629818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md' 2025-03-21T20:18:05.7630999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf' 2025-03-21T20:18:05.7632298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf' 2025-03-21T20:18:05.7633498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf' 2025-03-21T20:18:05.7634695Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda' 2025-03-21T20:18:05.7635932Z 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:05.7637197Z 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:05.7638611Z 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:05.7640187Z 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:05.7641725Z 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:05.7643272Z 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:05.7644832Z 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:05.7646396Z 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:05.7647985Z 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:05.7649568Z 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:05.7651234Z 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:05.7652931Z 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:05.7654605Z 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:05.7656258Z 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:05.7657870Z 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:05.7659656Z 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:05.7661615Z 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:05.7663548Z 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:05.7665446Z 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:05.7667202Z 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:05.7668833Z 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:05.7670420Z 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:05.7672068Z 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:05.7673615Z 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:05.7675049Z 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:05.7676336Z 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:05.7677587Z 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:05.7678956Z 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:05.7680404Z 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:05.7681855Z 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:05.7683306Z 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:05.7684680Z 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:05.7686001Z 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:05.7687270Z 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:05.7688535Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer' 2025-03-21T20:18:05.7690004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf' 2025-03-21T20:18:05.7691267Z 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:05.7692619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf' 2025-03-21T20:18:05.7693824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf' 2025-03-21T20:18:05.7695028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf' 2025-03-21T20:18:05.7696284Z 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:05.7697702Z 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:05.7699225Z 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:05.7700764Z 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:05.7702239Z 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:05.7703730Z 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:05.7705160Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies' 2025-03-21T20:18:05.7706447Z 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:05.7707804Z 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:05.7709231Z 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:05.7710681Z 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:05.7712427Z 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:05.7714046Z 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:05.7715570Z 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:05.7717056Z 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:05.7718514Z 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:05.7719923Z 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:05.7721267Z 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:05.7722581Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates' 2025-03-21T20:18:05.7723845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf' 2025-03-21T20:18:05.7725059Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances' 2025-03-21T20:18:05.7726222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep' 2025-03-21T20:18:05.7727342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl' 2025-03-21T20:18:05.7728511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore' 2025-03-21T20:18:05.7729770Z 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:05.7731041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc' 2025-03-21T20:18:05.7732293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc' 2025-03-21T20:18:05.7733556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/Makefile' 2025-03-21T20:18:05.7734798Z 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:05.7736086Z 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:05.7737384Z 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:05.7738700Z 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:05.7740028Z 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:05.7741408Z 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:05.7742994Z 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:05.7744461Z 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:05.7745923Z 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:05.7747409Z 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:05.7748876Z 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:05.7750378Z 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:05.7751951Z 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:05.7753461Z 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:05.7754971Z 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:05.7756476Z 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:05.7757980Z 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:05.7759448Z 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:05.7760923Z 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:05.7762385Z 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:05.7763855Z 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:05.7765336Z 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:05.7766825Z 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:05.7768323Z 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:05.7769842Z 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:05.7771393Z 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:05.7773045Z 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:05.7774531Z 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:05.7776005Z 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:05.7777430Z 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:05.7778870Z 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:05.7780324Z 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:05.7781746Z 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:05.7783125Z 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:05.7784428Z 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:05.7785727Z 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:05.7787157Z 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:05.7788635Z 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:05.7790158Z 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:05.7791522Z 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:05.7792797Z 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:05.7794050Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners' 2025-03-21T20:18:05.7795270Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas' 2025-03-21T20:18:05.7796416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/main.tf' 2025-03-21T20:18:05.7797531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf' 2025-03-21T20:18:05.7798730Z 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:05.7800035Z 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:05.7801352Z 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:05.7802968Z 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:05.7804310Z 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:05.7805655Z 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:05.7807093Z 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:05.7808507Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies' 2025-03-21T20:18:05.7809675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf' 2025-03-21T20:18:05.7810856Z 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:05.7812001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf' 2025-03-21T20:18:05.7813137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/variables.tf' 2025-03-21T20:18:05.7814267Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners' 2025-03-21T20:18:05.7815454Z 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:05.7816712Z 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:05.7817957Z 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:05.7819202Z 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:05.7820589Z 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:05.7822031Z 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:05.7823443Z 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:05.7824881Z 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:05.7826256Z 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:05.7827560Z 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:05.7828845Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions' 2025-03-21T20:18:05.7830034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl' 2025-03-21T20:18:05.7831160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/README.md' 2025-03-21T20:18:05.7832595Z 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:05.7833882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore' 2025-03-21T20:18:05.7835131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc' 2025-03-21T20:18:05.7836391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc' 2025-03-21T20:18:05.7837662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/Makefile' 2025-03-21T20:18:05.7838942Z 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:05.7840293Z 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:05.7841627Z 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:05.7842943Z 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:05.7844262Z 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:05.7845577Z 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:05.7846872Z 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:05.7848185Z 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:05.7849509Z 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:05.7850893Z 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:05.7852325Z 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:05.7853699Z 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:05.7855021Z 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:05.7856313Z 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:05.7857774Z 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:05.7859257Z 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:05.7860599Z 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:05.7862027Z 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:05.7863307Z 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:05.7864559Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook' 2025-03-21T20:18:05.7865769Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas' 2025-03-21T20:18:05.7866904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/main.tf' 2025-03-21T20:18:05.7867996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf' 2025-03-21T20:18:05.7869129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf' 2025-03-21T20:18:05.7870370Z 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:05.7871784Z 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:05.7873176Z 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:05.7874489Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies' 2025-03-21T20:18:05.7875678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars' 2025-03-21T20:18:05.7876846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf' 2025-03-21T20:18:05.7877966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf' 2025-03-21T20:18:05.7879074Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook' 2025-03-21T20:18:05.7880145Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules' 2025-03-21T20:18:05.7881159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/outputs.tf' 2025-03-21T20:18:05.7882280Z 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:05.7883440Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies' 2025-03-21T20:18:05.7884554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates/resource-group.json' 2025-03-21T20:18:05.7885663Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates' 2025-03-21T20:18:05.7886775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh' 2025-03-21T20:18:05.7887946Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations' 2025-03-21T20:18:05.7889291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/aws-ssh-session' 2025-03-21T20:18:05.7890559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/run-aws-lambda-helper' 2025-03-21T20:18:05.7891740Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools' 2025-03-21T20:18:05.7892761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/variables.tf' 2025-03-21T20:18:05.7893747Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner' 2025-03-21T20:18:05.7894609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/__init__.py' 2025-03-21T20:18:05.7895456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/cubinsizes.py' 2025-03-21T20:18:05.7896398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/download_count_wheels.py' 2025-03-21T20:18:05.7897369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/duplicates_analyze.py' 2025-03-21T20:18:05.7898322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/github_analyze.py' 2025-03-21T20:18:05.7899273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/s3_test_stats_analyze.py' 2025-03-21T20:18:05.7900240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_binaries.py' 2025-03-21T20:18:05.7901196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_pypi_staging.py' 2025-03-21T20:18:05.7902105Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics' 2025-03-21T20:18:05.7903014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/README.md' 2025-03-21T20:18:05.7904049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/binary_size_validation.py' 2025-03-21T20:18:05.7905126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/requirements.txt' 2025-03-21T20:18:05.7906218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/test_binary_size_validation.py' 2025-03-21T20:18:05.7907272Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation' 2025-03-21T20:18:05.7908205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/.gitignore' 2025-03-21T20:18:05.7909257Z 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:05.7910486Z 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:05.7911723Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches' 2025-03-21T20:18:05.7912840Z 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:05.7914110Z 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:05.7915434Z 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:05.7916609Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches' 2025-03-21T20:18:05.7917769Z 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:05.7919089Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches' 2025-03-21T20:18:05.7920163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy' 2025-03-21T20:18:05.7921190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/README.md' 2025-03-21T20:18:05.7922131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/check_s3.py' 2025-03-21T20:18:05.7923067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/setup.sh' 2025-03-21T20:18:05.7923989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/verify.sh' 2025-03-21T20:18:05.7924899Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks' 2025-03-21T20:18:05.7925867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/requirements.txt' 2025-03-21T20:18:05.7949033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py' 2025-03-21T20:18:05.7950178Z 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:05.7951218Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner' 2025-03-21T20:18:05.7952309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis/runner_usage_stats.ipynb' 2025-03-21T20:18:05.7953260Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis' 2025-03-21T20:18:05.7954215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/actionlint_linter.py' 2025-03-21T20:18:05.7955237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/exec_linter.py' 2025-03-21T20:18:05.7956207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/flake8_linter.py' 2025-03-21T20:18:05.7957171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/grep_linter.py' 2025-03-21T20:18:05.7958196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/lintrunner_version_linter.py' 2025-03-21T20:18:05.7959249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/mypy_linter.py' 2025-03-21T20:18:05.7960247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/newlines_linter.py' 2025-03-21T20:18:05.7961207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pip_init.py' 2025-03-21T20:18:05.7962166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pyfmt_linter.py' 2025-03-21T20:18:05.7963127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/ruff_linter.py' 2025-03-21T20:18:05.7964075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt.toml' 2025-03-21T20:18:05.7965020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt_linter.py' 2025-03-21T20:18:05.7965958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init.py' 2025-03-21T20:18:05.7966897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init_config.json' 2025-03-21T20:18:05.7967888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sql_params_linter.py' 2025-03-21T20:18:05.7969117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sqlfluff_linter.py' 2025-03-21T20:18:05.7970062Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters' 2025-03-21T20:18:05.7970967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/convert_to_sarif.py' 2025-03-21T20:18:05.7971840Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter' 2025-03-21T20:18:05.7972774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh' 2025-03-21T20:18:05.7973719Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi' 2025-03-21T20:18:05.7974579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.flake8' 2025-03-21T20:18:05.7975472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitattributes' 2025-03-21T20:18:05.7976376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitignore' 2025-03-21T20:18:05.7977253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/Makefile' 2025-03-21T20:18:05.7978117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/README.md' 2025-03-21T20:18:05.7979002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/poetry.lock' 2025-03-21T20:18:05.7979907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pyproject.toml' 2025-03-21T20:18:05.7980906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py' 2025-03-21T20:18:05.7981980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py' 2025-03-21T20:18:05.7983039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py' 2025-03-21T20:18:05.7984082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py' 2025-03-21T20:18:05.7985125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py' 2025-03-21T20:18:05.7986167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py' 2025-03-21T20:18:05.7987205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py' 2025-03-21T20:18:05.7988261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py' 2025-03-21T20:18:05.7989549Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers' 2025-03-21T20:18:05.7990616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets/conda_search.json' 2025-03-21T20:18:05.7991707Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets' 2025-03-21T20:18:05.7992692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_conda.py' 2025-03-21T20:18:05.7993651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_cuda.py' 2025-03-21T20:18:05.7994597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_macos.py' 2025-03-21T20:18:05.7995736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_utils.py' 2025-03-21T20:18:05.7996797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_version.py' 2025-03-21T20:18:05.7997773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_wheel.py' 2025-03-21T20:18:05.7998726Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests' 2025-03-21T20:18:05.7999628Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers' 2025-03-21T20:18:05.8000531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/README.md' 2025-03-21T20:18:05.8001483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/compare_keys.py' 2025-03-21T20:18:05.8002531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/create_clickhouse_schema.py' 2025-03-21T20:18:05.8003563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/dynamo2ch.py' 2025-03-21T20:18:05.8004558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_2_dynamodb.py' 2025-03-21T20:18:05.8005581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.ipynb' 2025-03-21T20:18:05.8006596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.py' 2025-03-21T20:18:05.8007559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/s32ch.py' 2025-03-21T20:18:05.8008463Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration' 2025-03-21T20:18:05.8009401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/analyze_ci_workflows.py' 2025-03-21T20:18:05.8010347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/backfill_events.py' 2025-03-21T20:18:05.8011326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/consolidate_scale_config_yaml.py' 2025-03-21T20:18:05.8012302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/download-lambdas.py' 2025-03-21T20:18:05.8013271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/fetch_latest_green_commit.py' 2025-03-21T20:18:05.8014285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_binary_build_matrix.py' 2025-03-21T20:18:05.8015324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_docker_release_matrix.py' 2025-03-21T20:18:05.8016332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_release_matrix.py' 2025-03-21T20:18:05.8017326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/get_stable_cuda_version.py' 2025-03-21T20:18:05.8018244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/gitutils.py' 2025-03-21T20:18:05.8019214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/identify_and_kill_instances_by_id.py' 2025-03-21T20:18:05.8020285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/list_prs_from_partners_by_label.py' 2025-03-21T20:18:05.8021223Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts' 2025-03-21T20:18:05.8022145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/.gitignore' 2025-03-21T20:18:05.8023206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/Makefile' 2025-03-21T20:18:05.8024281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/README.md' 2025-03-21T20:18:05.8025332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state.py' 2025-03-21T20:18:05.8026464Z 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:05.8027604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py' 2025-03-21T20:18:05.8028739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh' 2025-03-21T20:18:05.8029932Z 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:05.8031080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/requirements.txt' 2025-03-21T20:18:05.8032193Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils' 2025-03-21T20:18:05.8033126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/.flake8' 2025-03-21T20:18:05.8034008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/.gitignore' 2025-03-21T20:18:05.8034942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/analyze-history' 2025-03-21T20:18:05.8035981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/build-check-api-compatibility' 2025-03-21T20:18:05.8036980Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin' 2025-03-21T20:18:05.8037882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/pyproject.toml' 2025-03-21T20:18:05.8038813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/requirements.txt' 2025-03-21T20:18:05.8039758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/__init__.py' 2025-03-21T20:18:05.8040693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/ast.py' 2025-03-21T20:18:05.8041620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/checker.py' 2025-03-21T20:18:05.8042596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/compatibility.py' 2025-03-21T20:18:05.8043558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/git.py' 2025-03-21T20:18:05.8044475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/github.py' 2025-03-21T20:18:05.8045409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/types.py' 2025-03-21T20:18:05.8046365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/violations.py' 2025-03-21T20:18:05.8047320Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api' 2025-03-21T20:18:05.8048229Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src' 2025-03-21T20:18:05.8049161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/conftest.py' 2025-03-21T20:18:05.8050133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast.py' 2025-03-21T20:18:05.8051345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py' 2025-03-21T20:18:05.8052477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_types.py' 2025-03-21T20:18:05.8053555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_compatibility.py' 2025-03-21T20:18:05.8054571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_git.py' 2025-03-21T20:18:05.8055556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_github.py' 2025-03-21T20:18:05.8056526Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api' 2025-03-21T20:18:05.8057518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/__init__.py' 2025-03-21T20:18:05.8058524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/git.py' 2025-03-21T20:18:05.8059530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/source.py' 2025-03-21T20:18:05.8060545Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing' 2025-03-21T20:18:05.8061531Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib' 2025-03-21T20:18:05.8062460Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests' 2025-03-21T20:18:05.8063338Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold' 2025-03-21T20:18:05.8064168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/README.md' 2025-03-21T20:18:05.8065125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json' 2025-03-21T20:18:05.8066232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json' 2025-03-21T20:18:05.8067363Z 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:05.8068500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:05.8069598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_xpu.json' 2025-03-21T20:18:05.8070671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_conda.json' 2025-03-21T20:18:05.8071799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_wheel.json' 2025-03-21T20:18:05.8072890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json' 2025-03-21T20:18:05.8074001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json' 2025-03-21T20:18:05.8075129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_xpu.json' 2025-03-21T20:18:05.8076129Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets' 2025-03-21T20:18:05.8077091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:05.8078198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_fetch_latest_green_commit.py' 2025-03-21T20:18:05.8079293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_generate_binary_build_matrix.py' 2025-03-21T20:18:05.8080290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/update_test_assets.sh' 2025-03-21T20:18:05.8081149Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests' 2025-03-21T20:18:05.8081969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/README.md' 2025-03-21T20:18:05.8082830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/check_alerts.py' 2025-03-21T20:18:05.8083717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse.py' 2025-03-21T20:18:05.8084645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse_query_perf.py' 2025-03-21T20:18:05.8085584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/download_logs.py' 2025-03-21T20:18:05.8086485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/github_analyze.py' 2025-03-21T20:18:05.8087362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/pyproject.toml' 2025-03-21T20:18:05.8088239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/queue_alert.py' 2025-03-21T20:18:05.8089436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/requirements.txt' 2025-03-21T20:18:05.8090755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/reverts.py' 2025-03-21T20:18:05.8092128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/get_merge_base_info.py' 2025-03-21T20:18:05.8093440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_class_failure_correlation.py' 2025-03-21T20:18:05.8094580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_file_failure_correlation.py' 2025-03-21T20:18:05.8095692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py' 2025-03-21T20:18:05.8096758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_profiling.py' 2025-03-21T20:18:05.8097688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/utils.py' 2025-03-21T20:18:05.8098537Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td' 2025-03-21T20:18:05.8099531Z 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:05.8100565Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td' 2025-03-21T20:18:05.8101509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_check_alerts.py' 2025-03-21T20:18:05.8102482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_queue_alert.py' 2025-03-21T20:18:05.8103486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_update_test_times.py' 2025-03-21T20:18:05.8104436Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests' 2025-03-21T20:18:05.8105342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/update_test_times.py' 2025-03-21T20:18:05.8106218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/utils.py' 2025-03-21T20:18:05.8107319Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci' 2025-03-21T20:18:05.8108162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix/README.md' 2025-03-21T20:18:05.8108997Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix' 2025-03-21T20:18:05.8109797Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools' 2025-03-21T20:18:05.8110580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.env.example' 2025-03-21T20:18:05.8111495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.eslintrc.json' 2025-03-21T20:18:05.8112304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.gitignore' 2025-03-21T20:18:05.8113118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierignore' 2025-03-21T20:18:05.8113954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierrc.json' 2025-03-21T20:18:05.8114771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/README.md' 2025-03-21T20:18:05.8115768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/params.json' 2025-03-21T20:18:05.8116977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/query.sql' 2025-03-21T20:18:05.8118165Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall' 2025-03-21T20:18:05.8119401Z 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:05.8120676Z 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:05.8121928Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats' 2025-03-21T20:18:05.8123134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/params.json' 2025-03-21T20:18:05.8124315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/query.sql' 2025-03-21T20:18:05.8125493Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps' 2025-03-21T20:18:05.8126628Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics' 2025-03-21T20:18:05.8127784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/params.json' 2025-03-21T20:18:05.8128923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/query.sql' 2025-03-21T20:18:05.8130046Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs' 2025-03-21T20:18:05.8131209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/params.json' 2025-03-21T20:18:05.8132399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/query.sql' 2025-03-21T20:18:05.8133556Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query' 2025-03-21T20:18:05.8134791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/params.json' 2025-03-21T20:18:05.8136004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/query.sql' 2025-03-21T20:18:05.8137118Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query' 2025-03-21T20:18:05.8138314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/params.json' 2025-03-21T20:18:05.8139586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/query.sql' 2025-03-21T20:18:05.8140830Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance' 2025-03-21T20:18:05.8142131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/params.json' 2025-03-21T20:18:05.8143467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/query.sql' 2025-03-21T20:18:05.8144796Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches' 2025-03-21T20:18:05.8146041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/params.json' 2025-03-21T20:18:05.8147177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/query.sql' 2025-03-21T20:18:05.8148308Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix' 2025-03-21T20:18:05.8149445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/params.json' 2025-03-21T20:18:05.8150563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/query.sql' 2025-03-21T20:18:05.8151739Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu' 2025-03-21T20:18:05.8152858Z 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:05.8154015Z 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:05.8155155Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name' 2025-03-21T20:18:05.8156339Z 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:05.8157551Z 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:05.8158745Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account' 2025-03-21T20:18:05.8159924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/params.json' 2025-03-21T20:18:05.8161087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/query.sql' 2025-03-21T20:18:05.8162210Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform' 2025-03-21T20:18:05.8163433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/params.json' 2025-03-21T20:18:05.8164649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/query.sql' 2025-03-21T20:18:05.8165798Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider' 2025-03-21T20:18:05.8166934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/params.json' 2025-03-21T20:18:05.8168064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/query.sql' 2025-03-21T20:18:05.8169167Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo' 2025-03-21T20:18:05.8170313Z 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:05.8171499Z 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:05.8172670Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type' 2025-03-21T20:18:05.8173858Z 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:05.8175056Z 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:05.8176239Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name' 2025-03-21T20:18:05.8177431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/params.json' 2025-03-21T20:18:05.8178619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/query.sql' 2025-03-21T20:18:05.8179789Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical' 2025-03-21T20:18:05.8180946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/params.json' 2025-03-21T20:18:05.8182099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/query.sql' 2025-03-21T20:18:05.8183231Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels' 2025-03-21T20:18:05.8184380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/params.json' 2025-03-21T20:18:05.8185524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/query.sql' 2025-03-21T20:18:05.8186655Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total' 2025-03-21T20:18:05.8187770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/params.json' 2025-03-21T20:18:05.8188851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/query.sql' 2025-03-21T20:18:05.8190264Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests' 2025-03-21T20:18:05.8191456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/params.json' 2025-03-21T20:18:05.8192822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/query.sql' 2025-03-21T20:18:05.8193969Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu' 2025-03-21T20:18:05.8195145Z 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:05.8196339Z 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:05.8197516Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name' 2025-03-21T20:18:05.8198718Z 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:05.8199968Z 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:05.8201206Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account' 2025-03-21T20:18:05.8202424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/params.json' 2025-03-21T20:18:05.8203618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/query.sql' 2025-03-21T20:18:05.8204799Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform' 2025-03-21T20:18:05.8206048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/params.json' 2025-03-21T20:18:05.8207255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/query.sql' 2025-03-21T20:18:05.8208418Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider' 2025-03-21T20:18:05.8209585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/params.json' 2025-03-21T20:18:05.8210742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/query.sql' 2025-03-21T20:18:05.8211885Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo' 2025-03-21T20:18:05.8213069Z 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:05.8214303Z 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:05.8215509Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type' 2025-03-21T20:18:05.8216733Z 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:05.8217955Z 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:05.8219179Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name' 2025-03-21T20:18:05.8220491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/params.json' 2025-03-21T20:18:05.8221791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/query.sql' 2025-03-21T20:18:05.8223016Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage' 2025-03-21T20:18:05.8224243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/params.json' 2025-03-21T20:18:05.8225461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/query.sql' 2025-03-21T20:18:05.8226668Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats' 2025-03-21T20:18:05.8227857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/params.json' 2025-03-21T20:18:05.8229004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/query.sql' 2025-03-21T20:18:05.8230138Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs' 2025-03-21T20:18:05.8231353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/params.json' 2025-03-21T20:18:05.8232537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/query.sql' 2025-03-21T20:18:05.8233697Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr' 2025-03-21T20:18:05.8234987Z 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:05.8236384Z 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:05.8237767Z 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:05.8239122Z 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:05.8240477Z 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:05.8241816Z 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:05.8243202Z 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:05.8244603Z 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:05.8246001Z 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:05.8247305Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns' 2025-03-21T20:18:05.8248516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/params.json' 2025-03-21T20:18:05.8249793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/query.sql' 2025-03-21T20:18:05.8251004Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs' 2025-03-21T20:18:05.8252237Z 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:05.8253531Z 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:05.8254811Z 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:05.8256055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/params.json' 2025-03-21T20:18:05.8257254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/query.sql' 2025-03-21T20:18:05.8258435Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess' 2025-03-21T20:18:05.8259606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/params.json' 2025-03-21T20:18:05.8260742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/query.sql' 2025-03-21T20:18:05.8261870Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info' 2025-03-21T20:18:05.8262959Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests' 2025-03-21T20:18:05.8264073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/params.json' 2025-03-21T20:18:05.8265225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/query.sql' 2025-03-21T20:18:05.8266364Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs' 2025-03-21T20:18:05.8267516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/params.json' 2025-03-21T20:18:05.8268676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/query.sql' 2025-03-21T20:18:05.8269806Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period' 2025-03-21T20:18:05.8270949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/params.json' 2025-03-21T20:18:05.8272189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/query.sql' 2025-03-21T20:18:05.8273295Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs' 2025-03-21T20:18:05.8274379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/params.json' 2025-03-21T20:18:05.8275427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/query.sql' 2025-03-21T20:18:05.8276463Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query' 2025-03-21T20:18:05.8277520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/params.json' 2025-03-21T20:18:05.8278714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/query.sql' 2025-03-21T20:18:05.8279770Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query' 2025-03-21T20:18:05.8280870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/params.json' 2025-03-21T20:18:05.8281990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/query.sql' 2025-03-21T20:18:05.8283087Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg' 2025-03-21T20:18:05.8284230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/params.json' 2025-03-21T20:18:05.8285409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/query.sql' 2025-03-21T20:18:05.8286561Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile' 2025-03-21T20:18:05.8287708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/params.json' 2025-03-21T20:18:05.8288824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/query.sql' 2025-03-21T20:18:05.8290126Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push' 2025-03-21T20:18:05.8291262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/params.json' 2025-03-21T20:18:05.8292423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/query.sql' 2025-03-21T20:18:05.8293571Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs' 2025-03-21T20:18:05.8294737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/params.json' 2025-03-21T20:18:05.8295914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/query.sql' 2025-03-21T20:18:05.8297157Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow' 2025-03-21T20:18:05.8298360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/params.json' 2025-03-21T20:18:05.8299537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/query.sql' 2025-03-21T20:18:05.8300701Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage' 2025-03-21T20:18:05.8301857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/params.json' 2025-03-21T20:18:05.8302986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/query.sql' 2025-03-21T20:18:05.8304112Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count' 2025-03-21T20:18:05.8305234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/params.json' 2025-03-21T20:18:05.8306486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/query.sql' 2025-03-21T20:18:05.8307824Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red' 2025-03-21T20:18:05.8308965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/params.json' 2025-03-21T20:18:05.8310127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/query.sql' 2025-03-21T20:18:05.8311337Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg' 2025-03-21T20:18:05.8312504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/params.json' 2025-03-21T20:18:05.8313677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/query.sql' 2025-03-21T20:18:05.8314854Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs' 2025-03-21T20:18:05.8316037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/params.json' 2025-03-21T20:18:05.8317225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/query.sql' 2025-03-21T20:18:05.8318408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent' 2025-03-21T20:18:05.8319638Z 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:05.8320915Z 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:05.8322182Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups' 2025-03-21T20:18:05.8323413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/params.json' 2025-03-21T20:18:05.8324615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/query.sql' 2025-03-21T20:18:05.8325815Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats' 2025-03-21T20:18:05.8326968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/params.json' 2025-03-21T20:18:05.8328088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/query.sql' 2025-03-21T20:18:05.8329193Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red' 2025-03-21T20:18:05.8330341Z 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:05.8331519Z 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:05.8332690Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name' 2025-03-21T20:18:05.8333904Z 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:05.8335198Z 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:05.8336460Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform' 2025-03-21T20:18:05.8337671Z 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:05.8338869Z 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:05.8340063Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day' 2025-03-21T20:18:05.8341229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/params.json' 2025-03-21T20:18:05.8342375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/query.sql' 2025-03-21T20:18:05.8343509Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master' 2025-03-21T20:18:05.8344612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/params.json' 2025-03-21T20:18:05.8345681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/query.sql' 2025-03-21T20:18:05.8346740Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts' 2025-03-21T20:18:05.8347916Z 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:05.8349197Z 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:05.8350464Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical' 2025-03-21T20:18:05.8351773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/params.json' 2025-03-21T20:18:05.8352980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/query.sql' 2025-03-21T20:18:05.8354158Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches' 2025-03-21T20:18:05.8355327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/params.json' 2025-03-21T20:18:05.8356491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/query.sql' 2025-03-21T20:18:05.8357650Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms' 2025-03-21T20:18:05.8358800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/params.json' 2025-03-21T20:18:05.8359969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/query.sql' 2025-03-21T20:18:05.8361121Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names' 2025-03-21T20:18:05.8362322Z 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:05.8363565Z 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:05.8364922Z 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:05.8366112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/params.json' 2025-03-21T20:18:05.8367261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/query.sql' 2025-03-21T20:18:05.8368395Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata' 2025-03-21T20:18:05.8369506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/params.json' 2025-03-21T20:18:05.8370605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/query.sql' 2025-03-21T20:18:05.8371699Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts' 2025-03-21T20:18:05.8372781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/params.json' 2025-03-21T20:18:05.8373827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/query.sql' 2025-03-21T20:18:05.8374878Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits' 2025-03-21T20:18:05.8375962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/params.json' 2025-03-21T20:18:05.8377077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/query.sql' 2025-03-21T20:18:05.8378180Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits' 2025-03-21T20:18:05.8379323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/params.json' 2025-03-21T20:18:05.8380498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/query.sql' 2025-03-21T20:18:05.8381667Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics' 2025-03-21T20:18:05.8382882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/params.json' 2025-03-21T20:18:05.8384157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/query.sql' 2025-03-21T20:18:05.8385424Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual' 2025-03-21T20:18:05.8386642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/params.json' 2025-03-21T20:18:05.8387814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/query.sql' 2025-03-21T20:18:05.8389123Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical' 2025-03-21T20:18:05.8390323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/params.json' 2025-03-21T20:18:05.8391635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/query.sql' 2025-03-21T20:18:05.8393047Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct' 2025-03-21T20:18:05.8394181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/params.json' 2025-03-21T20:18:05.8395230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/query.sql' 2025-03-21T20:18:05.8396294Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs' 2025-03-21T20:18:05.8397442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/params.json' 2025-03-21T20:18:05.8398604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/query.sql' 2025-03-21T20:18:05.8399753Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate' 2025-03-21T20:18:05.8400932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/params.json' 2025-03-21T20:18:05.8402121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/query.sql' 2025-03-21T20:18:05.8403258Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label' 2025-03-21T20:18:05.8404421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/params.json' 2025-03-21T20:18:05.8405603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/query.sql' 2025-03-21T20:18:05.8406785Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query' 2025-03-21T20:18:05.8407899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/params.json' 2025-03-21T20:18:05.8408927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/query.sql' 2025-03-21T20:18:05.8409944Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts' 2025-03-21T20:18:05.8411025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/params.json' 2025-03-21T20:18:05.8412164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/query.sql' 2025-03-21T20:18:05.8413284Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization' 2025-03-21T20:18:05.8414464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/params.json' 2025-03-21T20:18:05.8415706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/query.sql' 2025-03-21T20:18:05.8416932Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity' 2025-03-21T20:18:05.8418153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/params.json' 2025-03-21T20:18:05.8419362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/query.sql' 2025-03-21T20:18:05.8420557Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo' 2025-03-21T20:18:05.8421852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/params.json' 2025-03-21T20:18:05.8423017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/query.sql' 2025-03-21T20:18:05.8424149Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical' 2025-03-21T20:18:05.8425268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/params.json' 2025-03-21T20:18:05.8426356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/query.sql' 2025-03-21T20:18:05.8427433Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec' 2025-03-21T20:18:05.8428511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/params.json' 2025-03-21T20:18:05.8429580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/query.sql' 2025-03-21T20:18:05.8430633Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d' 2025-03-21T20:18:05.8431817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/params.json' 2025-03-21T20:18:05.8432991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/query.sql' 2025-03-21T20:18:05.8434162Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount' 2025-03-21T20:18:05.8435313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/params.json' 2025-03-21T20:18:05.8436436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/query.sql' 2025-03-21T20:18:05.8437539Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch' 2025-03-21T20:18:05.8438672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/params.json' 2025-03-21T20:18:05.8439813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/query.sql' 2025-03-21T20:18:05.8440941Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class' 2025-03-21T20:18:05.8442140Z 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:05.8443411Z 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:05.8444668Z 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:05.8445863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/params.json' 2025-03-21T20:18:05.8447001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/query.sql' 2025-03-21T20:18:05.8448119Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file' 2025-03-21T20:18:05.8449375Z 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:05.8450709Z 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:05.8451937Z 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:05.8453114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/params.json' 2025-03-21T20:18:05.8454221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/query.sql' 2025-03-21T20:18:05.8455310Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal' 2025-03-21T20:18:05.8456398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/params.json' 2025-03-21T20:18:05.8456879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/query.sql' 2025-03-21T20:18:05.8457365Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query' 2025-03-21T20:18:05.8457896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/params.json' 2025-03-21T20:18:05.8458463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/query.sql' 2025-03-21T20:18:05.8458975Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches' 2025-03-21T20:18:05.8459556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/params.json' 2025-03-21T20:18:05.8460119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/query.sql' 2025-03-21T20:18:05.8460691Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks' 2025-03-21T20:18:05.8461297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/params.json' 2025-03-21T20:18:05.8461898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/query.sql' 2025-03-21T20:18:05.8462485Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits' 2025-03-21T20:18:05.8463094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/params.json' 2025-03-21T20:18:05.8463703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/query.sql' 2025-03-21T20:18:05.8464298Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics' 2025-03-21T20:18:05.8464819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/params.json' 2025-03-21T20:18:05.8465320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/query.sql' 2025-03-21T20:18:05.8465824Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles' 2025-03-21T20:18:05.8466351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/params.json' 2025-03-21T20:18:05.8466870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/query.sql' 2025-03-21T20:18:05.8467319Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg' 2025-03-21T20:18:05.8467871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/params.json' 2025-03-21T20:18:05.8468399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/query.sql' 2025-03-21T20:18:05.8468933Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical' 2025-03-21T20:18:05.8469522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/params.json' 2025-03-21T20:18:05.8470124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/query.sql' 2025-03-21T20:18:05.8470697Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile' 2025-03-21T20:18:05.8471194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/params.json' 2025-03-21T20:18:05.8471772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/query.sql' 2025-03-21T20:18:05.8472257Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile' 2025-03-21T20:18:05.8472862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/params.json' 2025-03-21T20:18:05.8473400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/query.sql' 2025-03-21T20:18:05.8473948Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost' 2025-03-21T20:18:05.8474505Z 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:05.8475064Z 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:05.8475608Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day' 2025-03-21T20:18:05.8476159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/params.json' 2025-03-21T20:18:05.8476690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/query.sql' 2025-03-21T20:18:05.8477230Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats' 2025-03-21T20:18:05.8477754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/params.json' 2025-03-21T20:18:05.8478283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/query.sql' 2025-03-21T20:18:05.8478794Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg' 2025-03-21T20:18:05.8479411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/params.json' 2025-03-21T20:18:05.8480021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/query.sql' 2025-03-21T20:18:05.8480566Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile' 2025-03-21T20:18:05.8481073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/params.json' 2025-03-21T20:18:05.8481551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/query.sql' 2025-03-21T20:18:05.8482039Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load' 2025-03-21T20:18:05.8482456Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries' 2025-03-21T20:18:05.8482961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.module.css' 2025-03-21T20:18:05.8483411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.tsx' 2025-03-21T20:18:05.8483862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CheckBoxSelector.tsx' 2025-03-21T20:18:05.8484279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CommitStatus.tsx' 2025-03-21T20:18:05.8484676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CopyLink.tsx' 2025-03-21T20:18:05.8485097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DrCIButton.tsx' 2025-03-21T20:18:05.8485512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DynamicTitle.tsx' 2025-03-21T20:18:05.8485950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ErrorBoundary.tsx' 2025-03-21T20:18:05.8486380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/FilteredJobList.tsx' 2025-03-21T20:18:05.8486834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GranularityPicker.tsx' 2025-03-21T20:18:05.8487291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupHudTableHeaders.tsx' 2025-03-21T20:18:05.8487748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupJobConclusion.tsx' 2025-03-21T20:18:05.8488199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobAnnotationToggle.tsx' 2025-03-21T20:18:05.8488625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobArtifact.tsx' 2025-03-21T20:18:05.8489318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.module.css' 2025-03-21T20:18:05.8489977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.tsx' 2025-03-21T20:18:05.8490693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobFilterInput.tsx' 2025-03-21T20:18:05.8491329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.module.css' 2025-03-21T20:18:05.8491909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.tsx' 2025-03-21T20:18:05.8492561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobSummary.tsx' 2025-03-21T20:18:05.8493267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobTooltip.tsx' 2025-03-21T20:18:05.8494246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoadingPage.tsx' 2025-03-21T20:18:05.8494933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogAnnotationToggle.tsx' 2025-03-21T20:18:05.8495590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogViewer.tsx' 2025-03-21T20:18:05.8496553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.module.css' 2025-03-21T20:18:05.8497257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.tsx' 2025-03-21T20:18:05.8497972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/MultiSelectPicker.tsx' 2025-03-21T20:18:05.8498433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.module.css' 2025-03-21T20:18:05.8498841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.tsx' 2025-03-21T20:18:05.8499273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/PageSelector.tsx' 2025-03-21T20:18:05.8499729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ReproductionCommand.tsx' 2025-03-21T20:18:05.8500183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.module.css' 2025-03-21T20:18:05.8500591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.tsx' 2025-03-21T20:18:05.8501076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.module.css' 2025-03-21T20:18:05.8501512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.tsx' 2025-03-21T20:18:05.8502136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TimeUtils.tsx' 2025-03-21T20:18:05.8503062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.module.css' 2025-03-21T20:18:05.8503912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.tsx' 2025-03-21T20:18:05.8504609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ValuePicker.tsx' 2025-03-21T20:18:05.8505231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/VersionControlLinks.tsx' 2025-03-21T20:18:05.8506075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowBox.tsx' 2025-03-21T20:18:05.8507007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowDispatcher.tsx' 2025-03-21T20:18:05.8507803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx' 2025-03-21T20:18:05.8508325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx' 2025-03-21T20:18:05.8508869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css' 2025-03-21T20:18:05.8509358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx' 2025-03-21T20:18:05.8509841Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo' 2025-03-21T20:18:05.8510357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/BranchAndCommitPicker.tsx' 2025-03-21T20:18:05.8511027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/CommitPanel.tsx' 2025-03-21T20:18:05.8511600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/HighlightMenu.tsx' 2025-03-21T20:18:05.8512101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/ModeAndDTypePicker.tsx' 2025-03-21T20:18:05.8512548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/common.tsx' 2025-03-21T20:18:05.8513067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/BenchmarkLogs.tsx' 2025-03-21T20:18:05.8513630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/CompilerGraphGroup.tsx' 2025-03-21T20:18:05.8514128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/LogLinks.tsx' 2025-03-21T20:18:05.8514675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelGraphPanel.tsx' 2025-03-21T20:18:05.8515181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelPanel.tsx' 2025-03-21T20:18:05.8515704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SuitePicker.tsx' 2025-03-21T20:18:05.8516253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx' 2025-03-21T20:18:05.8516780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryPanel.tsx' 2025-03-21T20:18:05.8517268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/common.tsx' 2025-03-21T20:18:05.8517746Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers' 2025-03-21T20:18:05.8518282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/LLMsBenchmarkPage.tsx' 2025-03-21T20:18:05.8518843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsGraphPanel.tsx' 2025-03-21T20:18:05.8519396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsReport.tsx' 2025-03-21T20:18:05.8519968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsSummaryPanel.tsx' 2025-03-21T20:18:05.8520658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDashboardPicker.tsx' 2025-03-21T20:18:05.8521325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDropdownGroup.tsx' 2025-03-21T20:18:05.8522023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsTimeRangePicker.tsx' 2025-03-21T20:18:05.8522610Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker' 2025-03-21T20:18:05.8523126Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components' 2025-03-21T20:18:05.8523670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context/BenchmarkProps.tsx' 2025-03-21T20:18:05.8524174Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context' 2025-03-21T20:18:05.8524741Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms' 2025-03-21T20:18:05.8525256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/SuitePicker.tsx' 2025-03-21T20:18:05.8525730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/common.tsx' 2025-03-21T20:18:05.8526191Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao' 2025-03-21T20:18:05.8526628Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark' 2025-03-21T20:18:05.8527173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineChart.module.css' 2025-03-21T20:18:05.8527726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineRectChart.tsx' 2025-03-21T20:18:05.8528401Z 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:05.8529045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLinePickerOptions.tsx' 2025-03-21T20:18:05.8529626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLine.tsx' 2025-03-21T20:18:05.8530287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLineTooltipElements.tsx' 2025-03-21T20:18:05.8530880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgRect.tsx' 2025-03-21T20:18:05.8531543Z 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:05.8532155Z 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:05.8532761Z 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:05.8533349Z 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:05.8533937Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers' 2025-03-21T20:18:05.8534478Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component' 2025-03-21T20:18:05.8534986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/color.ts' 2025-03-21T20:18:05.8535505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/types.ts' 2025-03-21T20:18:05.8536005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/utils.ts' 2025-03-21T20:18:05.8536523Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib' 2025-03-21T20:18:05.8537008Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart' 2025-03-21T20:18:05.8537442Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts' 2025-03-21T20:18:05.8537968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/commit.module.css' 2025-03-21T20:18:05.8538436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/CheckBoxList.tsx' 2025-03-21T20:18:05.8538893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/DropDownList.tsx' 2025-03-21T20:18:05.8539376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/TextFieldSubmit.tsx' 2025-03-21T20:18:05.8539824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/ToggleGroup.tsx' 2025-03-21T20:18:05.8540254Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common' 2025-03-21T20:18:05.8540671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/hud.module.css' 2025-03-21T20:18:05.8541103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics.module.css' 2025-03-21T20:18:05.8541622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx' 2025-03-21T20:18:05.8542107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TablePanel.tsx' 2025-03-21T20:18:05.8542629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx' 2025-03-21T20:18:05.8543134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx' 2025-03-21T20:18:05.8543609Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels' 2025-03-21T20:18:05.8544035Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics' 2025-03-21T20:18:05.8544475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/minihud.module.css' 2025-03-21T20:18:05.8544928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests/TestSearchForm.tsx' 2025-03-21T20:18:05.8545348Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests' 2025-03-21T20:18:05.8545879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.module.css' 2025-03-21T20:18:05.8546368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.tsx' 2025-03-21T20:18:05.8546934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/SingleValueGauge.tsx' 2025-03-21T20:18:05.8547597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankBar.tsx' 2025-03-21T20:18:05.8548296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankTestView.tsx' 2025-03-21T20:18:05.8548937Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView' 2025-03-21T20:18:05.8549582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/SingleTestView.tsx' 2025-03-21T20:18:05.8550208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/TestSectionView.tsx' 2025-03-21T20:18:05.8550916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/ToggleTestsGroup.tsx' 2025-03-21T20:18:05.8551620Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView' 2025-03-21T20:18:05.8552368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobInformation.tsx' 2025-03-21T20:18:05.8553072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobSummary.tsx' 2025-03-21T20:18:05.8553691Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary' 2025-03-21T20:18:05.8554273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationStatsTable.tsx' 2025-03-21T20:18:05.8554796Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components' 2025-03-21T20:18:05.8555242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/helper.ts' 2025-03-21T20:18:05.8555701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/styles.tsx' 2025-03-21T20:18:05.8556141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/types.ts' 2025-03-21T20:18:05.8556580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization' 2025-03-21T20:18:05.8556977Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components' 2025-03-21T20:18:05.8557369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs/architecture.md' 2025-03-21T20:18:05.8557746Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs' 2025-03-21T20:18:05.8558105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/jest.config.js' 2025-03-21T20:18:05.8558518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/DarkModeContext.tsx' 2025-03-21T20:18:05.8558897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/GeneralUtils.ts' 2025-03-21T20:18:05.8559312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/JobClassifierUtil.ts' 2025-03-21T20:18:05.8559705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/ParamSelector.tsx' 2025-03-21T20:18:05.8560083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/RevertModal.tsx' 2025-03-21T20:18:05.8560536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compilerUtils.ts' 2025-03-21T20:18:05.8561019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers/CompilerSuites.ts' 2025-03-21T20:18:05.8561474Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers' 2025-03-21T20:18:05.8561889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/common.ts' 2025-03-21T20:18:05.8562434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardPickerTypes.ts' 2025-03-21T20:18:05.8562928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardProps.ts' 2025-03-21T20:18:05.8563386Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types' 2025-03-21T20:18:05.8563974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/aoUtils.ts' 2025-03-21T20:18:05.8564517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/dashboardPickerUtils.ts' 2025-03-21T20:18:05.8564970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/llmUtils.ts' 2025-03-21T20:18:05.8565416Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils' 2025-03-21T20:18:05.8565845Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms' 2025-03-21T20:18:05.8566237Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark' 2025-03-21T20:18:05.8566633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/Constants.ts' 2025-03-21T20:18:05.8567018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoCcBot.ts' 2025-03-21T20:18:05.8567426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelBot.ts' 2025-03-21T20:18:05.8567858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelCodevTrunk.ts' 2025-03-21T20:18:05.8568332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts' 2025-03-21T20:18:05.8568755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/ciflowPushTrigger.ts' 2025-03-21T20:18:05.8569148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cliParser.ts' 2025-03-21T20:18:05.8569580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/codevNoWritePermBot.ts' 2025-03-21T20:18:05.8569964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/drciBot.ts' 2025-03-21T20:18:05.8570340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/index.ts' 2025-03-21T20:18:05.8570730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBot.ts' 2025-03-21T20:18:05.8571162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBotHandler.ts' 2025-03-21T20:18:05.8571575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchbotLogger.ts' 2025-03-21T20:18:05.8571959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/retryBot.ts' 2025-03-21T20:18:05.8572376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/stripApprovalBot.ts' 2025-03-21T20:18:05.8572795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/subscriptions.ts' 2025-03-21T20:18:05.8573252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts' 2025-03-21T20:18:05.8573717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerInductorTestsBot.ts' 2025-03-21T20:18:05.8574080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/utils.ts' 2025-03-21T20:18:05.8574542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts' 2025-03-21T20:18:05.8574964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/webhookToDynamo.ts' 2025-03-21T20:18:05.8575327Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot' 2025-03-21T20:18:05.8575820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/chartTheme.tsx' 2025-03-21T20:18:05.8576188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/clickhouse.ts' 2025-03-21T20:18:05.8576570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/commitUtils.ts' 2025-03-21T20:18:05.8576934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/drciUtils.ts' 2025-03-21T20:18:05.8577294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/dynamo.ts' 2025-03-21T20:18:05.8577664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/error_utils.ts' 2025-03-21T20:18:05.8578036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchCommit.ts' 2025-03-21T20:18:05.8578496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts' 2025-03-21T20:18:05.8578895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchFlakyTests.ts' 2025-03-21T20:18:05.8579266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchHud.ts' 2025-03-21T20:18:05.8579671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchIssuesByLabel.ts' 2025-03-21T20:18:05.8580037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchPR.ts' 2025-03-21T20:18:05.8580454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchRecentWorkflows.ts' 2025-03-21T20:18:05.8580843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchS3Links.ts' 2025-03-21T20:18:05.8581209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/getAuthors.ts' 2025-03-21T20:18:05.8581575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/github.ts' 2025-03-21T20:18:05.8581966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/githubFunctions.ts' 2025-03-21T20:18:05.8582325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/jobUtils.ts' 2025-03-21T20:18:05.8582711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/metricUtils.ts' 2025-03-21T20:18:05.8583080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/opensearch.ts' 2025-03-21T20:18:05.8583454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/rateLimit.ts' 2025-03-21T20:18:05.8583784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/s3.ts' 2025-03-21T20:18:05.8584161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchLogs.ts' 2025-03-21T20:18:05.8584539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchUtils.ts' 2025-03-21T20:18:05.8585032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools/MeasureRenderTimeProfiler.tsx' 2025-03-21T20:18:05.8585407Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools' 2025-03-21T20:18:05.8585748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/track.ts' 2025-03-21T20:18:05.8586103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/types.ts' 2025-03-21T20:18:05.8586535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useGroupingPreference.tsx' 2025-03-21T20:18:05.8586916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useHudData.ts' 2025-03-21T20:18:05.8587347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useScrollTo.ts' 2025-03-21T20:18:05.8587794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useTableFilter.ts' 2025-03-21T20:18:05.8588346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchListUtilizationMetadataInfo.ts' 2025-03-21T20:18:05.8588841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.test.ts' 2025-03-21T20:18:05.8589506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.ts' 2025-03-21T20:18:05.8589930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/types.ts' 2025-03-21T20:18:05.8590332Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization' 2025-03-21T20:18:05.8590685Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib' 2025-03-21T20:18:05.8591053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next-env.d.ts' 2025-03-21T20:18:05.8591481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next.config.js' 2025-03-21T20:18:05.8591841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/package.json' 2025-03-21T20:18:05.8592337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx' 2025-03-21T20:18:05.8592840Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:05.8593367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx' 2025-03-21T20:18:05.8593874Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues' 2025-03-21T20:18:05.8594386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx' 2025-03-21T20:18:05.8594889Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:05.8595379Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]' 2025-03-21T20:18:05.8595794Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]' 2025-03-21T20:18:05.8596220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/_app.tsx' 2025-03-21T20:18:05.8596791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts' 2025-03-21T20:18:05.8597310Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:05.8597849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts' 2025-03-21T20:18:05.8598354Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:05.8598836Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]' 2025-03-21T20:18:05.8599295Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]' 2025-03-21T20:18:05.8599830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts' 2025-03-21T20:18:05.8600413Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3' 2025-03-21T20:18:05.8600933Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts' 2025-03-21T20:18:05.8601365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth/[...nextauth].js' 2025-03-21T20:18:05.8601779Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth' 2025-03-21T20:18:05.8602233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse/[queryName].ts' 2025-03-21T20:18:05.8602672Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse' 2025-03-21T20:18:05.8603140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/corresponding_workflow_id.ts' 2025-03-21T20:18:05.8603542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci/drci.ts' 2025-03-21T20:18:05.8603953Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci' 2025-03-21T20:18:05.8604339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/failure.ts' 2025-03-21T20:18:05.8604788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/3dStats.ts' 2025-03-21T20:18:05.8605226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/disable.ts' 2025-03-21T20:18:05.8605680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/failures.ts' 2025-03-21T20:18:05.8606112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/search.ts' 2025-03-21T20:18:05.8606562Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests' 2025-03-21T20:18:05.8607178Z 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:05.8607804Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]' 2025-03-21T20:18:05.8608364Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]' 2025-03-21T20:18:05.8608884Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]' 2025-03-21T20:18:05.8609340Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch' 2025-03-21T20:18:05.8609765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/webhooks.ts' 2025-03-21T20:18:05.8610192Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github' 2025-03-21T20:18:05.8610734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts' 2025-03-21T20:18:05.8611295Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:05.8611793Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:05.8612260Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]' 2025-03-21T20:18:05.8612655Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud' 2025-03-21T20:18:05.8613215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue/[label].ts' 2025-03-21T20:18:05.8613644Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue' 2025-03-21T20:18:05.8614235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:05.8614845Z 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:05.8615463Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations' 2025-03-21T20:18:05.8616096Z 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:05.8616696Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures' 2025-03-21T20:18:05.8617265Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:05.8617765Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]' 2025-03-21T20:18:05.8618226Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation' 2025-03-21T20:18:05.8618778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info/[workflowId].ts' 2025-03-21T20:18:05.8619308Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info' 2025-03-21T20:18:05.8619891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:05.8620453Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:05.8620952Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]' 2025-03-21T20:18:05.8621406Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation' 2025-03-21T20:18:05.8621787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/search.ts' 2025-03-21T20:18:05.8622281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts' 2025-03-21T20:18:05.8622761Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator' 2025-03-21T20:18:05.8623309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]/[attempt].ts' 2025-03-21T20:18:05.8623844Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:05.8624334Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]' 2025-03-21T20:18:05.8624782Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization' 2025-03-21T20:18:05.8625163Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api' 2025-03-21T20:18:05.8625704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx' 2025-03-21T20:18:05.8626308Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]' 2025-03-21T20:18:05.8626774Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]' 2025-03-21T20:18:05.8627205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/compilers.tsx' 2025-03-21T20:18:05.8627620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/llms.tsx' 2025-03-21T20:18:05.8628037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/torchao.tsx' 2025-03-21T20:18:05.8628437Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark' 2025-03-21T20:18:05.8628873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/build_time_metrics.tsx' 2025-03-21T20:18:05.8629274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/cost_analysis.tsx' 2025-03-21T20:18:05.8629661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/disabled.tsx' 2025-03-21T20:18:05.8630253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:05.8630820Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:05.8631413Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]' 2025-03-21T20:18:05.8631899Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]' 2025-03-21T20:18:05.8632318Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs' 2025-03-21T20:18:05.8632711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failure.tsx' 2025-03-21T20:18:05.8633091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/flakytest.tsx' 2025-03-21T20:18:05.8633642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:05.8634173Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:05.8634652Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:05.8635092Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]' 2025-03-21T20:18:05.8635470Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud' 2025-03-21T20:18:05.8635837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/kpis.tsx' 2025-03-21T20:18:05.8636217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/login_test.tsx' 2025-03-21T20:18:05.8636601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/metrics.tsx' 2025-03-21T20:18:05.8637170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:05.8637722Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:05.8638215Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]' 2025-03-21T20:18:05.8638796Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]' 2025-03-21T20:18:05.8639188Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud' 2025-03-21T20:18:05.8639567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/nightlies.tsx' 2025-03-21T20:18:05.8640023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/query_execution_metrics.tsx' 2025-03-21T20:18:05.8640572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx' 2025-03-21T20:18:05.8641102Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]' 2025-03-21T20:18:05.8641572Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]' 2025-03-21T20:18:05.8642001Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability' 2025-03-21T20:18:05.8642351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/sli.tsx' 2025-03-21T20:18:05.8642758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/search.tsx' 2025-03-21T20:18:05.8643160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/testInfo.tsx' 2025-03-21T20:18:05.8643553Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests' 2025-03-21T20:18:05.8644001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench/userbenchmark.tsx' 2025-03-21T20:18:05.8644406Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench' 2025-03-21T20:18:05.8644974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:05.8645487Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:05.8645977Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]' 2025-03-21T20:18:05.8646402Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]' 2025-03-21T20:18:05.8646786Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts' 2025-03-21T20:18:05.8647367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]/[[...page]].tsx' 2025-03-21T20:18:05.8647938Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]' 2025-03-21T20:18:05.8648442Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:05.8648923Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]' 2025-03-21T20:18:05.8649338Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization' 2025-03-21T20:18:05.8649698Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages' 2025-03-21T20:18:05.8650146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/failures_spritesheet.png' 2025-03-21T20:18:05.8650520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/favicon.ico' 2025-03-21T20:18:05.8651007Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public' 2025-03-21T20:18:05.8651414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/backfillJobs.mjs' 2025-03-21T20:18:05.8651849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/updateQueueTimes.mjs' 2025-03-21T20:18:05.8652211Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts' 2025-03-21T20:18:05.8652648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/MuiThemeOverrides.tsx' 2025-03-21T20:18:05.8653019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/globals.css' 2025-03-21T20:18:05.8653392Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles' 2025-03-21T20:18:05.8653790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoCcBot.test.ts' 2025-03-21T20:18:05.8654202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelBot.test.ts' 2025-03-21T20:18:05.8654665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelCodevTrunk.test.ts' 2025-03-21T20:18:05.8655144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts' 2025-03-21T20:18:05.8655604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/ciflow-push-trigger.test.ts' 2025-03-21T20:18:05.8656015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/closeCommands.test.ts' 2025-03-21T20:18:05.8656473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/codevNoWritePermBot.test.ts' 2025-03-21T20:18:05.8656828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/common.ts' 2025-03-21T20:18:05.8657264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/disableFlakyBot.test.ts' 2025-03-21T20:18:05.8657629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drci.test.ts' 2025-03-21T20:18:05.8658023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciBot.test.ts' 2025-03-21T20:18:05.8658415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciUtils.test.ts' 2025-03-21T20:18:05.8658823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/config.json' 2025-03-21T20:18:05.8659233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue.json' 2025-03-21T20:18:05.8659668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue_comment.json' 2025-03-21T20:18:05.8660132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.labeled.json' 2025-03-21T20:18:05.8660572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.opened.json' 2025-03-21T20:18:05.8661020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/known_labels.json' 2025-03-21T20:18:05.8661447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_files.json' 2025-03-21T20:18:05.8661928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.closed.json' 2025-03-21T20:18:05.8662396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.edited.json' 2025-03-21T20:18:05.8662916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.labeled.json' 2025-03-21T20:18:05.8663449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.opened.json' 2025-03-21T20:18:05.8663925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.reopened.json' 2025-03-21T20:18:05.8664440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.synchronize.json' 2025-03-21T20:18:05.8664908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_comment.json' 2025-03-21T20:18:05.8665386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review.json' 2025-03-21T20:18:05.8665895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review_approved.json' 2025-03-21T20:18:05.8666386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_reviews.json' 2025-03-21T20:18:05.8666876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/permission.json' 2025-03-21T20:18:05.8667421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json' 2025-03-21T20:18:05.8667958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json' 2025-03-21T20:18:05.8668525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json' 2025-03-21T20:18:05.8669066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json' 2025-03-21T20:18:05.8669529Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger' 2025-03-21T20:18:05.8669938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push.json' 2025-03-21T20:18:05.8670450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/webhookToDynamoExpected.json.gz' 2025-03-21T20:18:05.8670927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_job.queued.json' 2025-03-21T20:18:05.8671448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_jobs.json' 2025-03-21T20:18:05.8671941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_run.completed.json' 2025-03-21T20:18:05.8672332Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures' 2025-03-21T20:18:05.8672743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/jobUtils.test.ts' 2025-03-21T20:18:05.8673156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/labelCommands.test.ts' 2025-03-21T20:18:05.8673581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/mergeCommands.test.ts' 2025-03-21T20:18:05.8673987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/metricUtils.test.ts' 2025-03-21T20:18:05.8674355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/reporter.js' 2025-03-21T20:18:05.8674752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/retryBot.test.ts' 2025-03-21T20:18:05.8675150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/searchUtils.test.ts' 2025-03-21T20:18:05.8675564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/setup.ts' 2025-03-21T20:18:05.8676034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/stripApprovals.test.ts' 2025-03-21T20:18:05.8676457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/subscriptions.test.ts' 2025-03-21T20:18:05.8676927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts' 2025-03-21T20:18:05.8677402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerInductorTestsBot.test.ts' 2025-03-21T20:18:05.8677775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.test.ts' 2025-03-21T20:18:05.8678136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.ts' 2025-03-21T20:18:05.8678602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/verifyDisableTestIssue.test.ts' 2025-03-21T20:18:05.8679045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/wehookToDynamoBot.test.ts' 2025-03-21T20:18:05.8679410Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test' 2025-03-21T20:18:05.8679761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/tsconfig.json' 2025-03-21T20:18:05.8680162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types/next-auth-d.ts' 2025-03-21T20:18:05.8680517Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types' 2025-03-21T20:18:05.8680860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/yarn.lock' 2025-03-21T20:18:05.8681189Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci' 2025-03-21T20:18:05.8681509Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:05.8681796Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch' 2025-03-21T20:18:05.8682049Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-03-21T20:18:05.8682291Z + echo ::endgroup:: 2025-03-21T20:18:05.8682893Z ##[endgroup] 2025-03-21T20:18:05.8789610Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:05.8789752Z with: 2025-03-21T20:18:05.8789903Z repository: pytorch/test-infra 2025-03-21T20:18:05.8790019Z path: test-infra 2025-03-21T20:18:05.8790143Z submodules: recursive 2025-03-21T20:18:05.8790418Z token: *** 2025-03-21T20:18:05.8790522Z ssh-strict: true 2025-03-21T20:18:05.8790633Z ssh-user: git 2025-03-21T20:18:05.8790747Z persist-credentials: true 2025-03-21T20:18:05.8805012Z clean: true 2025-03-21T20:18:05.8805210Z sparse-checkout-cone-mode: true 2025-03-21T20:18:05.8805314Z fetch-depth: 1 2025-03-21T20:18:05.8805455Z fetch-tags: false 2025-03-21T20:18:05.8805563Z show-progress: true 2025-03-21T20:18:05.8805672Z lfs: false 2025-03-21T20:18:05.8805781Z set-safe-directory: true 2025-03-21T20:18:05.8805878Z env: 2025-03-21T20:18:05.8806040Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:05.8806159Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.8806270Z PR_NUMBER: 2025-03-21T20:18:05.8808604Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:05.8808956Z ##[endgroup] 2025-03-21T20:18:05.9966408Z Syncing repository: pytorch/test-infra 2025-03-21T20:18:05.9967249Z ##[group]Getting Git version info 2025-03-21T20:18:05.9967803Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:05.9968567Z [command]/usr/bin/git version 2025-03-21T20:18:05.9968872Z git version 2.47.1 2025-03-21T20:18:05.9980795Z ##[endgroup] 2025-03-21T20:18:05.9988740Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/d7f94710-c767-4df5-bae3-ec4b5466b6a8/.gitconfig' 2025-03-21T20:18:05.9998166Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/d7f94710-c767-4df5-bae3-ec4b5466b6a8' before making global git config changes 2025-03-21T20:18:05.9999133Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:06.0003507Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:06.0037219Z ##[group]Initializing the repository 2025-03-21T20:18:06.0040808Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:06.0070181Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:06.0070837Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:06.0071709Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:06.0072140Z hint: 2025-03-21T20:18:06.0072482Z hint: git config --global init.defaultBranch 2025-03-21T20:18:06.0072853Z hint: 2025-03-21T20:18:06.0073202Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:06.0073781Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:06.0074238Z hint: 2025-03-21T20:18:06.0074500Z hint: git branch -m 2025-03-21T20:18:06.0075097Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-03-21T20:18:06.0080418Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-03-21T20:18:06.0105371Z ##[endgroup] 2025-03-21T20:18:06.0105846Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:06.0109014Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:06.0132111Z ##[endgroup] 2025-03-21T20:18:06.0132522Z ##[group]Setting up auth 2025-03-21T20:18:06.0138198Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:06.0164236Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:18:06.0421697Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:06.0450270Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:18:06.0711618Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:06.0756361Z ##[endgroup] 2025-03-21T20:18:06.0757219Z ##[group]Determining the default branch 2025-03-21T20:18:06.0760238Z Retrieving the default branch name 2025-03-21T20:18:06.2487562Z Default branch 'main' 2025-03-21T20:18:06.2488270Z ##[endgroup] 2025-03-21T20:18:06.2488723Z ##[group]Fetching the repository 2025-03-21T20:18:06.2493636Z [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:06.5420026Z From https://github.com/pytorch/test-infra 2025-03-21T20:18:06.5420507Z * [new branch] main -> origin/main 2025-03-21T20:18:06.5442350Z ##[endgroup] 2025-03-21T20:18:06.5442812Z ##[group]Determining the checkout info 2025-03-21T20:18:06.5443716Z ##[endgroup] 2025-03-21T20:18:06.5448261Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:06.5482313Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:06.5507948Z ##[group]Checking out the ref 2025-03-21T20:18:06.5512004Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-03-21T20:18:06.6331590Z Switched to a new branch 'main' 2025-03-21T20:18:06.6332953Z branch 'main' set up to track 'origin/main'. 2025-03-21T20:18:06.6340492Z ##[endgroup] 2025-03-21T20:18:06.6340937Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:06.6345821Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:06.6383687Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:06.6410307Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:06.6436281Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:06.6458805Z ##[endgroup] 2025-03-21T20:18:06.6459256Z ##[group]Fetching submodules 2025-03-21T20:18:06.6462798Z [command]/usr/bin/git submodule sync --recursive 2025-03-21T20:18:06.6720539Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-03-21T20:18:06.6979887Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-03-21T20:18:06.7247225Z ##[endgroup] 2025-03-21T20:18:06.7247745Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:06.7248843Z [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:06.7512256Z [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:06.7772035Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:06.8033832Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:06.8286365Z ##[endgroup] 2025-03-21T20:18:06.8320298Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:06.8341290Z c1d92bc76c9d8ecf59b36ef10588c9605c8578d1 2025-03-21T20:18:06.8534556Z Prepare all required actions 2025-03-21T20:18:06.8535170Z Getting action download info 2025-03-21T20:18:07.0163443Z Download action repository 'pytorch/test-infra@main' (SHA:c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:08.3401810Z Getting action download info 2025-03-21T20:18:08.4324069Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-03-21T20:18:08.6037866Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-03-21T20:18:08.6038255Z env: 2025-03-21T20:18:08.6038527Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:08.6038887Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:08.6039176Z PR_NUMBER: 2025-03-21T20:18:08.6041581Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:08.6044211Z ##[endgroup] 2025-03-21T20:18:08.6131446Z ##[group]Run set -euo pipefail 2025-03-21T20:18:08.6131829Z set -euo pipefail 2025-03-21T20:18:08.6132125Z function get_ec2_metadata() { 2025-03-21T20:18:08.6132516Z  # Pulled from instance metadata endpoint for EC2 2025-03-21T20:18:08.6133162Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-21T20:18:08.6133729Z  category=$1 2025-03-21T20:18:08.6134622Z  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:08.6135519Z } 2025-03-21T20:18:08.6135807Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-21T20:18:08.6136242Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-21T20:18:08.6136732Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-21T20:18:08.6137165Z echo "system info $(uname -a)" 2025-03-21T20:18:08.6143064Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:08.6143466Z env: 2025-03-21T20:18:08.6143733Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:08.6144077Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:08.6144375Z PR_NUMBER: 2025-03-21T20:18:08.6146711Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:08.6149107Z ##[endgroup] 2025-03-21T20:18:08.6295876Z ami-id: ami-08b5b3a93ed654d19 2025-03-21T20:18:08.6384989Z instance-id: i-044c0c0ff18ae6b1f 2025-03-21T20:18:08.6472145Z instance-type: c5.2xlarge 2025-03-21T20:18:08.6482038Z system info Linux ip-10-0-3-16.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:08.6525903Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:08.6526854Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:08.6532924Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:08.6533319Z env: 2025-03-21T20:18:08.6533571Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:08.6533933Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:08.6534232Z PR_NUMBER: 2025-03-21T20:18:08.6536569Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:08.6539104Z ##[endgroup] 2025-03-21T20:18:08.6612522Z ##[group]Run if systemctl is-active --quiet docker; then 2025-03-21T20:18:08.6612990Z if systemctl is-active --quiet docker; then 2025-03-21T20:18:08.6613376Z  echo "Docker daemon is running..."; 2025-03-21T20:18:08.6613715Z else 2025-03-21T20:18:08.6614079Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-03-21T20:18:08.6614521Z fi 2025-03-21T20:18:08.6619970Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:08.6620367Z env: 2025-03-21T20:18:08.6620616Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:08.6620973Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:08.6621267Z PR_NUMBER: 2025-03-21T20:18:08.6623599Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:08.6625974Z ##[endgroup] 2025-03-21T20:18:08.6695185Z Docker daemon is running... 2025-03-21T20:18:08.6724358Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:08.6725024Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:08.6725567Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-03-21T20:18:08.6726177Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-03-21T20:18:08.6726907Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-03-21T20:18:08.6732594Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:08.6732984Z env: 2025-03-21T20:18:08.6733267Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:08.6733634Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:08.6733918Z PR_NUMBER: 2025-03-21T20:18:08.6736455Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:08.6738867Z AWS_RETRY_MODE: standard 2025-03-21T20:18:08.6739139Z AWS_MAX_ATTEMPTS: 5 2025-03-21T20:18:08.6739422Z AWS_DEFAULT_REGION: us-east-1 2025-03-21T20:18:08.6739710Z ##[endgroup] 2025-03-21T20:18:09.7711404Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:09.7712428Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:09.7713266Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:09.7713829Z 2025-03-21T20:18:09.7714112Z Login Succeeded 2025-03-21T20:18:09.7757676Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:09.7758302Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:09.7758824Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:09.7764807Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:09.7765368Z env: 2025-03-21T20:18:09.7765633Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:09.7765992Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:09.7766292Z PR_NUMBER: 2025-03-21T20:18:09.7768639Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:09.7771019Z ##[endgroup] 2025-03-21T20:18:09.8027932Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:09.8028739Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:09.8029423Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:09.8030047Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:09.8030825Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:09.8031659Z  2025-03-21T20:18:09.8032187Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-03-21T20:18:09.8032926Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:09.8033561Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:09.8034406Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:09.8035211Z  2025-03-21T20:18:09.8035645Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-03-21T20:18:09.8036219Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:09.8036827Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:09.8037577Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:09.8046507Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:09.8047180Z env: 2025-03-21T20:18:09.8047599Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:09.8048220Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:09.8048730Z PR_NUMBER: 2025-03-21T20:18:09.8053426Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:09.8058012Z ##[endgroup] 2025-03-21T20:18:10.2199888Z ##[group]Run needs=0 2025-03-21T20:18:10.2200193Z needs=0 2025-03-21T20:18:10.2200570Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-03-21T20:18:10.2201015Z  needs=1 2025-03-21T20:18:10.2201271Z fi 2025-03-21T20:18:10.2201550Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-03-21T20:18:10.2207998Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:10.2208398Z env: 2025-03-21T20:18:10.2208651Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:10.2209034Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:10.2209330Z PR_NUMBER: 2025-03-21T20:18:10.2211661Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:10.2214405Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:10.2215009Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:10.2215577Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:10.2215982Z ##[endgroup] 2025-03-21T20:18:10.2406977Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:10.2407576Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:10.2408038Z # shellcheck disable=SC2046 2025-03-21T20:18:10.2408374Z docker stop $(docker ps -q) || true 2025-03-21T20:18:10.2408735Z # Prune all of the docker images 2025-03-21T20:18:10.2409075Z docker system prune -af 2025-03-21T20:18:10.2414725Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:10.2415117Z env: 2025-03-21T20:18:10.2415373Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:10.2415732Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:10.2416027Z PR_NUMBER: 2025-03-21T20:18:10.2418371Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:10.2420906Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:10.2421496Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:10.2422046Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:10.2422441Z ##[endgroup] 2025-03-21T20:18:10.2633715Z "docker stop" requires at least 1 argument. 2025-03-21T20:18:10.2634522Z See 'docker stop --help'. 2025-03-21T20:18:10.2634711Z 2025-03-21T20:18:10.2634900Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-03-21T20:18:10.2635195Z 2025-03-21T20:18:10.2635326Z Stop one or more running containers 2025-03-21T20:18:10.2775331Z Total reclaimed space: 0B 2025-03-21T20:18:10.2850469Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-03-21T20:18:10.2850867Z with: 2025-03-21T20:18:10.2851315Z github-secret: *** 2025-03-21T20:18:10.2852022Z 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:10.2852789Z activate-with-label: false 2025-03-21T20:18:10.2853081Z label: with-ssh 2025-03-21T20:18:10.2853341Z remove-existing-keys: true 2025-03-21T20:18:10.2853635Z fail-silently: true 2025-03-21T20:18:10.2853876Z env: 2025-03-21T20:18:10.2854133Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:10.2854490Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:10.2854788Z PR_NUMBER: 2025-03-21T20:18:10.2857164Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:10.2859865Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:10.2860464Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:10.2861019Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:10.2861426Z ##[endgroup] 2025-03-21T20:18:10.3930658Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-21T20:18:10.3932505Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-21T20:18:10.4049402Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:10.4049728Z with: 2025-03-21T20:18:10.4049968Z repository: pytorch/executorch 2025-03-21T20:18:10.4050300Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:10.4050655Z path: pytorch/executorch 2025-03-21T20:18:10.4050940Z fetch-depth: 1 2025-03-21T20:18:10.4051190Z submodules: true 2025-03-21T20:18:10.4051578Z token: *** 2025-03-21T20:18:10.4051800Z ssh-strict: true 2025-03-21T20:18:10.4052045Z ssh-user: git 2025-03-21T20:18:10.4052298Z persist-credentials: true 2025-03-21T20:18:10.4052584Z clean: true 2025-03-21T20:18:10.4052846Z sparse-checkout-cone-mode: true 2025-03-21T20:18:10.4053147Z fetch-tags: false 2025-03-21T20:18:10.4053402Z show-progress: true 2025-03-21T20:18:10.4053655Z lfs: false 2025-03-21T20:18:10.4053900Z set-safe-directory: true 2025-03-21T20:18:10.4054162Z env: 2025-03-21T20:18:10.4054421Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:10.4054842Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:10.4055148Z PR_NUMBER: 2025-03-21T20:18:10.4057472Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:10.4059990Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:10.4060586Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:10.4061139Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:10.4061540Z ##[endgroup] 2025-03-21T20:18:10.5027410Z Syncing repository: pytorch/executorch 2025-03-21T20:18:10.5034042Z ##[group]Getting Git version info 2025-03-21T20:18:10.5034642Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-03-21T20:18:10.5060539Z [command]/usr/bin/git version 2025-03-21T20:18:10.5094966Z git version 2.47.1 2025-03-21T20:18:10.5119251Z ##[endgroup] 2025-03-21T20:18:10.5126985Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/10007cb9-c15a-4e17-a27f-6bced149cc8e/.gitconfig' 2025-03-21T20:18:10.5136185Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/10007cb9-c15a-4e17-a27f-6bced149cc8e' before making global git config changes 2025-03-21T20:18:10.5137144Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:10.5141530Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:10.5173574Z ##[group]Initializing the repository 2025-03-21T20:18:10.5177476Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:10.5206183Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:10.5206892Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:10.5207467Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:10.5207891Z hint: 2025-03-21T20:18:10.5208187Z hint: git config --global init.defaultBranch 2025-03-21T20:18:10.5208540Z hint: 2025-03-21T20:18:10.5209134Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:10.5209862Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:10.5225933Z hint: 2025-03-21T20:18:10.5226687Z hint: git branch -m 2025-03-21T20:18:10.5227636Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-03-21T20:18:10.5228920Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-03-21T20:18:10.5240727Z ##[endgroup] 2025-03-21T20:18:10.5241222Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:10.5244403Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:10.5267903Z ##[endgroup] 2025-03-21T20:18:10.5268324Z ##[group]Setting up auth 2025-03-21T20:18:10.5273740Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:10.5298432Z [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:10.5554048Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:10.5579701Z [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:10.5839596Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:10.5883611Z ##[endgroup] 2025-03-21T20:18:10.5884182Z ##[group]Fetching the repository 2025-03-21T20:18:10.5892295Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:11.9910952Z From https://github.com/pytorch/executorch 2025-03-21T20:18:11.9911556Z * branch be92d7d85cb7081ac0a544036da4096a4efa33a8 -> FETCH_HEAD 2025-03-21T20:18:11.9932700Z ##[endgroup] 2025-03-21T20:18:11.9933237Z ##[group]Determining the checkout info 2025-03-21T20:18:11.9935349Z ##[endgroup] 2025-03-21T20:18:11.9940478Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:11.9983169Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:12.0009552Z ##[group]Checking out the ref 2025-03-21T20:18:12.0014342Z [command]/usr/bin/git checkout --progress --force be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:12.4749026Z Note: switching to 'be92d7d85cb7081ac0a544036da4096a4efa33a8'. 2025-03-21T20:18:12.4749383Z 2025-03-21T20:18:12.4749616Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-21T20:18:12.4750176Z changes and commit them, and you can discard any commits you make in this 2025-03-21T20:18:12.4750733Z state without impacting any branches by switching back to a branch. 2025-03-21T20:18:12.4751050Z 2025-03-21T20:18:12.4751273Z If you want to create a new branch to retain commits you create, you may 2025-03-21T20:18:12.4751839Z do so (now or later) by using -c with the switch command. Example: 2025-03-21T20:18:12.4752425Z 2025-03-21T20:18:12.4752546Z git switch -c 2025-03-21T20:18:12.4752764Z 2025-03-21T20:18:12.4752880Z Or undo this operation with: 2025-03-21T20:18:12.4753080Z 2025-03-21T20:18:12.4753181Z git switch - 2025-03-21T20:18:12.4753320Z 2025-03-21T20:18:12.4753576Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-21T20:18:12.4753920Z 2025-03-21T20:18:12.4754101Z HEAD is now at be92d7d [Android] Use new Llm package API 2025-03-21T20:18:12.4798769Z ##[endgroup] 2025-03-21T20:18:12.4799465Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:12.4805420Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:12.4845840Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:12.4872276Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:12.4899010Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:12.4919242Z ##[endgroup] 2025-03-21T20:18:12.4920026Z ##[group]Fetching submodules 2025-03-21T20:18:12.4923679Z [command]/usr/bin/git submodule sync 2025-03-21T20:18:12.5185344Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 2025-03-21T20:18:12.5444764Z 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:12.5446344Z 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:12.5447665Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-03-21T20:18:12.5450476Z 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:12.5453410Z 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:12.5455849Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-03-21T20:18:12.5458804Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:12.5461895Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:12.5465065Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:12.5468366Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:12.5471896Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:12.5475348Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-03-21T20:18:12.5478989Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:12.5482546Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-03-21T20:18:12.5486295Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-03-21T20:18:12.5491172Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-03-21T20:18:12.5496823Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-03-21T20:18:12.5500909Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-03-21T20:18:12.5505025Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-03-21T20:18:12.5509211Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-03-21T20:18:12.5513739Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-03-21T20:18:12.5518088Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-03-21T20:18:12.5522609Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-03-21T20:18:12.5554523Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-03-21T20:18:12.8182929Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-03-21T20:18:12.8185474Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-03-21T20:18:12.8187838Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-03-21T20:18:12.8190660Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-03-21T20:18:12.8192837Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-03-21T20:18:12.8211964Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-03-21T20:18:13.1274933Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-03-21T20:18:13.1276250Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-03-21T20:18:13.1277527Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-03-21T20:18:13.1278566Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-03-21T20:18:13.1279541Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-03-21T20:18:13.1302443Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-03-21T20:18:13.3221155Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-03-21T20:18:13.3222917Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-03-21T20:18:13.3224717Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-03-21T20:18:13.3239265Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-03-21T20:18:13.6451575Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-03-21T20:18:13.6452614Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-03-21T20:18:13.6453911Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-03-21T20:18:13.6454932Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-03-21T20:18:13.6455963Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-03-21T20:18:13.6456976Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-03-21T20:18:14.0870229Z From https://github.com/pytorch-labs/ethos-u-core-driver-mirror 2025-03-21T20:18:14.0870809Z * branch 78df0006c5fa667150d3ee35db7bde1d3f6f58c7 -> FETCH_HEAD 2025-03-21T20:18:14.0985390Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '78df0006c5fa667150d3ee35db7bde1d3f6f58c7' 2025-03-21T20:18:14.5685172Z From https://github.com/pytorch-labs/tosa_serialization_lib-mirror 2025-03-21T20:18:14.5686249Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-03-21T20:18:14.5802142Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-03-21T20:18:14.5902892Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-03-21T20:18:15.2707893Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-03-21T20:18:15.2708433Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-03-21T20:18:15.3222060Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-03-21T20:18:15.8579698Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-03-21T20:18:15.8580319Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-03-21T20:18:15.8898783Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-21T20:18:16.2577200Z From https://github.com/zeux/volk 2025-03-21T20:18:16.2577691Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-03-21T20:18:16.2652960Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-03-21T20:18:16.6916044Z From https://github.com/Maratyszcza/FP16 2025-03-21T20:18:16.6916582Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-03-21T20:18:16.7010423Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-21T20:18:17.0947271Z From https://github.com/Maratyszcza/FXdiv 2025-03-21T20:18:17.0947791Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-03-21T20:18:17.1007898Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-21T20:18:18.5932429Z From https://github.com/google/XNNPACK 2025-03-21T20:18:18.5933365Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-03-21T20:18:19.1987278Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-03-21T20:18:19.6886253Z From https://github.com/pytorch/cpuinfo 2025-03-21T20:18:19.6886802Z * branch 1e83a2fdd3102f65c6f1fb602c1b320486218a99 -> FETCH_HEAD 2025-03-21T20:18:19.7731644Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-21T20:18:20.1544344Z From https://github.com/Maratyszcza/pthreadpool 2025-03-21T20:18:20.1544880Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-03-21T20:18:20.1629128Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-21T20:18:20.5837193Z From https://github.com/pytorch-labs/tokenizers 2025-03-21T20:18:20.5837981Z * branch d70f5a760552d8d3bb288cdd93eebde477bb6eb0 -> FETCH_HEAD 2025-03-21T20:18:20.6085110Z Submodule path 'extension/llm/tokenizers': checked out 'd70f5a760552d8d3bb288cdd93eebde477bb6eb0' 2025-03-21T20:18:22.0644982Z From https://gitlab.com/libeigen/eigen 2025-03-21T20:18:22.0645519Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-03-21T20:18:22.1905311Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-03-21T20:18:22.2082555Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-03-21T20:18:22.7376740Z From https://github.com/pytorch/ao 2025-03-21T20:18:22.7377245Z * branch 64bcf4c25755a783685ba7383000b3bf722523c1 -> FETCH_HEAD 2025-03-21T20:18:22.8071179Z Submodule path 'third-party/ao': checked out '64bcf4c25755a783685ba7383000b3bf722523c1' 2025-03-21T20:18:23.4329028Z From https://github.com/google/flatbuffers 2025-03-21T20:18:23.4329866Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-03-21T20:18:23.5379758Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-03-21T20:18:23.9509850Z From https://github.com/dvidelabs/flatcc 2025-03-21T20:18:23.9510493Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-03-21T20:18:23.9765386Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-03-21T20:18:24.4876450Z From https://github.com/gflags/gflags 2025-03-21T20:18:24.4876964Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-03-21T20:18:24.4967324Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-03-21T20:18:25.4154948Z From https://github.com/google/googletest 2025-03-21T20:18:25.4155463Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-03-21T20:18:25.4508967Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-21T20:18:25.8272393Z From https://github.com/leetal/ios-cmake 2025-03-21T20:18:25.8272901Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-03-21T20:18:25.8347718Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-03-21T20:18:25.8418291Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-03-21T20:18:26.4838954Z From https://github.com/facebook/buck2-prelude 2025-03-21T20:18:26.4839477Z * branch 851d3f09c452937fc5adef27e2c50f7f304f1646 -> FETCH_HEAD 2025-03-21T20:18:26.5606923Z Submodule path 'third-party/prelude': checked out '851d3f09c452937fc5adef27e2c50f7f304f1646' 2025-03-21T20:18:27.1007031Z From https://github.com/pybind/pybind11 2025-03-21T20:18:27.1007557Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-03-21T20:18:27.1282472Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-21T20:18:27.1298250Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0 2025-03-21T20:18:27.1569048Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:27.1595002Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:27.1621302Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:27.1646125Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:27.1672548Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:27.1696592Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:27.1722656Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:27.1747219Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:27.1773701Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:27.1798599Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:27.1824738Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:27.1849603Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:27.1876514Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:27.1901675Z Entering 'shim' 2025-03-21T20:18:27.1929068Z Entering 'third-party/ao' 2025-03-21T20:18:27.1957605Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:27.1983137Z Entering 'third-party/flatcc' 2025-03-21T20:18:27.2010896Z Entering 'third-party/gflags' 2025-03-21T20:18:27.2035970Z Entering 'third-party/googletest' 2025-03-21T20:18:27.2061034Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:27.2084829Z Entering 'third-party/pocketfft' 2025-03-21T20:18:27.2111496Z Entering 'third-party/prelude' 2025-03-21T20:18:27.2135765Z Entering 'third-party/pybind11' 2025-03-21T20:18:27.2171032Z ##[endgroup] 2025-03-21T20:18:27.2171491Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:27.2178217Z [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:27.2449116Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:27.2501485Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:27.2552718Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:27.2605264Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:27.2656347Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:27.2711202Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:27.2761385Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:27.2811719Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:27.2861085Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:27.2930443Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:27.2983666Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:27.3035211Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:27.3085912Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:27.3139787Z Entering 'shim' 2025-03-21T20:18:27.3190159Z Entering 'third-party/ao' 2025-03-21T20:18:27.3243366Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:27.3297446Z Entering 'third-party/flatcc' 2025-03-21T20:18:27.3347991Z Entering 'third-party/gflags' 2025-03-21T20:18:27.3397836Z Entering 'third-party/googletest' 2025-03-21T20:18:27.3448195Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:27.3499670Z Entering 'third-party/pocketfft' 2025-03-21T20:18:27.3548796Z Entering 'third-party/prelude' 2025-03-21T20:18:27.3600936Z Entering 'third-party/pybind11' 2025-03-21T20:18:27.3666467Z [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:27.3923596Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:27.3977056Z 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:27.3978491Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:27.4032867Z 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:27.4033869Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:27.4086529Z 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:27.4087596Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:27.4138827Z 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:27.4139977Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:27.4189283Z 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:27.4190494Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:27.4237513Z 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:27.4238512Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:27.4286854Z 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:27.4287867Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:27.4337860Z 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:27.4338929Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:27.4387332Z 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:27.4388423Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:27.4440076Z 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:27.4441138Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:27.4490823Z 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:27.4493116Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:27.4542487Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-03-21T20:18:27.4543504Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:27.4593832Z 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:27.4594829Z Entering 'shim' 2025-03-21T20:18:27.4645380Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-03-21T20:18:27.4646226Z Entering 'third-party/ao' 2025-03-21T20:18:27.4700089Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-03-21T20:18:27.4701166Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:27.4755739Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-03-21T20:18:27.4756572Z Entering 'third-party/flatcc' 2025-03-21T20:18:27.4810693Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-03-21T20:18:27.4811940Z Entering 'third-party/gflags' 2025-03-21T20:18:27.4861816Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-03-21T20:18:27.4862923Z Entering 'third-party/googletest' 2025-03-21T20:18:27.4913452Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-03-21T20:18:27.4914691Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:27.4961054Z 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:27.4962065Z Entering 'third-party/pocketfft' 2025-03-21T20:18:27.5010359Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-03-21T20:18:27.5011755Z Entering 'third-party/prelude' 2025-03-21T20:18:27.5058021Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-03-21T20:18:27.5058957Z Entering 'third-party/pybind11' 2025-03-21T20:18:27.5106677Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-03-21T20:18:27.5277895Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:27.5540188Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:27.5565274Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:27.5592528Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:27.5618440Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:27.5644417Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:27.5670227Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:27.5696245Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:27.5721693Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:27.5746372Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:27.5771506Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:27.5796918Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:27.5821582Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:27.5846284Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:27.5871626Z Entering 'shim' 2025-03-21T20:18:27.5897460Z Entering 'third-party/ao' 2025-03-21T20:18:27.5922653Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:27.5947094Z Entering 'third-party/flatcc' 2025-03-21T20:18:27.5971906Z Entering 'third-party/gflags' 2025-03-21T20:18:27.5996951Z Entering 'third-party/googletest' 2025-03-21T20:18:27.6021117Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:27.6045333Z Entering 'third-party/pocketfft' 2025-03-21T20:18:27.6069791Z Entering 'third-party/prelude' 2025-03-21T20:18:27.6094445Z Entering 'third-party/pybind11' 2025-03-21T20:18:27.6131434Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:27.6386178Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:27.6411537Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:27.6436729Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:27.6464133Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:27.6490545Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:27.6516318Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:27.6542975Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:27.6569712Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:27.6595730Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:27.6621434Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:27.6646903Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:27.6671237Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:27.6695899Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:27.6720958Z Entering 'shim' 2025-03-21T20:18:27.6745781Z Entering 'third-party/ao' 2025-03-21T20:18:27.6769856Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:27.6795154Z Entering 'third-party/flatcc' 2025-03-21T20:18:27.6819628Z Entering 'third-party/gflags' 2025-03-21T20:18:27.6844165Z Entering 'third-party/googletest' 2025-03-21T20:18:27.6869352Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:27.6894136Z Entering 'third-party/pocketfft' 2025-03-21T20:18:27.6919853Z Entering 'third-party/prelude' 2025-03-21T20:18:27.6945116Z Entering 'third-party/pybind11' 2025-03-21T20:18:27.6978050Z ##[endgroup] 2025-03-21T20:18:27.7010542Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:27.7030189Z be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:27.7221364Z Prepare all required actions 2025-03-21T20:18:27.7221938Z Getting action download info 2025-03-21T20:18:27.8463205Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-21T20:18:27.9853335Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-03-21T20:18:27.9853761Z with: 2025-03-21T20:18:27.9854035Z docker-image-name: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:27.9854417Z docker-build-dir: .ci/docker 2025-03-21T20:18:27.9854741Z working-directory: pytorch/executorch 2025-03-21T20:18:27.9855163Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.9855568Z force-push: false 2025-03-21T20:18:27.9855799Z env: 2025-03-21T20:18:27.9856053Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:27.9856404Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:27.9856700Z PR_NUMBER: 2025-03-21T20:18:27.9859093Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:27.9861634Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:27.9862254Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:27.9862821Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:27.9863222Z ##[endgroup] 2025-03-21T20:18:27.9887622Z ##[group]Run set -ex 2025-03-21T20:18:27.9888005Z set -ex 2025-03-21T20:18:27.9888235Z  2025-03-21T20:18:27.9888642Z # If the docker build directory or the build script doesn't exist, the action will 2025-03-21T20:18:27.9889583Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-03-21T20:18:27.9890162Z # job could then download the pre-built image as usual 2025-03-21T20:18:27.9890698Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-03-21T20:18:27.9891186Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:27.9891637Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:27.9892057Z  2025-03-21T20:18:27.9892420Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-03-21T20:18:27.9892869Z  exit 0 2025-03-21T20:18:27.9893177Z else 2025-03-21T20:18:27.9893443Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:27.9893813Z fi 2025-03-21T20:18:27.9894044Z  2025-03-21T20:18:27.9894397Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-03-21T20:18:27.9895004Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-03-21T20:18:27.9895549Z  # use it as it is, but first let's extract the tag 2025-03-21T20:18:27.9896028Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-03-21T20:18:27.9896545Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:27.9897052Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:27.9897473Z else 2025-03-21T20:18:27.9897800Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-03-21T20:18:27.9898269Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:27.9899226Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:27.9899802Z fi 2025-03-21T20:18:27.9905742Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:27.9906140Z env: 2025-03-21T20:18:27.9906406Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:27.9906765Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:27.9907050Z PR_NUMBER: 2025-03-21T20:18:27.9909386Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:27.9912023Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:27.9912608Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:27.9913165Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:27.9913578Z REPO_NAME: executorch 2025-03-21T20:18:27.9913892Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:27.9914257Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:27.9914632Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.9915016Z ##[endgroup] 2025-03-21T20:18:27.9942094Z + [[ ! -d .ci/docker ]] 2025-03-21T20:18:27.9942397Z + [[ ! -f .ci/docker/build.sh ]] 2025-03-21T20:18:27.9942697Z + echo skip=false 2025-03-21T20:18:27.9943588Z + [[ 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:27.9946526Z ++ git rev-parse HEAD:.ci/docker 2025-03-21T20:18:27.9963033Z + DOCKER_TAG=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:27.9963511Z + echo docker-tag=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:27.9964331Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:28.0020226Z ##[group]Run set +e 2025-03-21T20:18:28.0020607Z set +e 2025-03-21T20:18:28.0020862Z set -x 2025-03-21T20:18:28.0021110Z  2025-03-21T20:18:28.0021350Z login() { 2025-03-21T20:18:28.0021827Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:28.0022362Z } 2025-03-21T20:18:28.0022597Z  2025-03-21T20:18:28.0022842Z retry () { 2025-03-21T20:18:28.0023140Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:28.0023461Z } 2025-03-21T20:18:28.0023690Z  2025-03-21T20:18:28.0023943Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:28.0024275Z  2025-03-21T20:18:28.0024513Z START_TIME=$(date +%s) 2025-03-21T20:18:28.0024818Z # Wait up to 120 minutes 2025-03-21T20:18:28.0025201Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-03-21T20:18:28.0025709Z  # Check if image already exists, if it does then skip building it 2025-03-21T20:18:28.0026218Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-03-21T20:18:28.0026602Z  exit 0 2025-03-21T20:18:28.0026857Z  fi 2025-03-21T20:18:28.0027079Z  2025-03-21T20:18:28.0027478Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-03-21T20:18:28.0028489Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-03-21T20:18:28.0029165Z  # latter, it will wait for the Docker images to become available before continuing 2025-03-21T20:18:28.0029698Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-03-21T20:18:28.0030105Z  # It's a Docker build job, let's build the image 2025-03-21T20:18:28.0030455Z  break 2025-03-21T20:18:28.0030709Z  else 2025-03-21T20:18:28.0031062Z  # It's a regular build job, wait for the image to become available 2025-03-21T20:18:28.0031635Z  sleep 300 2025-03-21T20:18:28.0031900Z  fi 2025-03-21T20:18:28.0032118Z done 2025-03-21T20:18:28.0032349Z  2025-03-21T20:18:28.0032711Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-03-21T20:18:28.0033291Z # be empty. The default action would be to continue rebuild the image 2025-03-21T20:18:28.0033824Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-03-21T20:18:28.0034284Z  # if we're on the base branch then use the parent commit 2025-03-21T20:18:28.0034685Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-03-21T20:18:28.0035018Z else 2025-03-21T20:18:28.0035357Z  # otherwise we're on a PR, so use the most recent base commit 2025-03-21T20:18:28.0035850Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-03-21T20:18:28.0036221Z fi 2025-03-21T20:18:28.0036432Z  2025-03-21T20:18:28.0036679Z if [[ -z "${MERGE_BASE}" ]]; then 2025-03-21T20:18:28.0037050Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:28.0037392Z  2025-03-21T20:18:28.0037872Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-03-21T20:18:28.0038424Z  exit 0 2025-03-21T20:18:28.0038656Z fi 2025-03-21T20:18:28.0038883Z  2025-03-21T20:18:28.0039199Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-03-21T20:18:28.0039879Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-03-21T20:18:28.0040477Z  exit 1 2025-03-21T20:18:28.0040703Z fi 2025-03-21T20:18:28.0040930Z  2025-03-21T20:18:28.0041300Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-03-21T20:18:28.0041952Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-03-21T20:18:28.0042550Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-03-21T20:18:28.0043228Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-03-21T20:18:28.0043981Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-03-21T20:18:28.0044452Z fi 2025-03-21T20:18:28.0044679Z  2025-03-21T20:18:28.0044949Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:28.0052183Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:28.0052672Z env: 2025-03-21T20:18:28.0053301Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:28.0054042Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:28.0054343Z PR_NUMBER: 2025-03-21T20:18:28.0056799Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:28.0059420Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:28.0060016Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:28.0060569Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:28.0061018Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:28.0061370Z BASE_REVISION: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:28.0061792Z DOCKER_TAG: 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:28.0062228Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:28.0062622Z DOCKER_PUSH: 2025-03-21T20:18:28.0062873Z ##[endgroup] 2025-03-21T20:18:28.0088626Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:28.0089323Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:28.0092065Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:28.0093283Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:28.5740132Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:28.5740760Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:28.5741378Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:28.5741931Z 2025-03-21T20:18:28.5742084Z Login Succeeded 2025-03-21T20:18:28.5756765Z ++ date +%s 2025-03-21T20:18:28.5765713Z + START_TIME=1742588308 2025-03-21T20:18:28.5768673Z ++ date +%s 2025-03-21T20:18:28.5777249Z + [[ 1742581108 -lt 1742588308 ]] 2025-03-21T20:18:28.5778167Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:28.8547134Z { 2025-03-21T20:18:28.8547751Z "schemaVersion": 2, 2025-03-21T20:18:28.8548794Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-03-21T20:18:28.8549654Z "config": { 2025-03-21T20:18:28.8550074Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-03-21T20:18:28.8550498Z "size": 15099, 2025-03-21T20:18:28.8550982Z "digest": "sha256:dc85df5d325314b5cae5829d7eb0b1fb2ff0e1133140c7b185a0eefef686f65e" 2025-03-21T20:18:28.8551540Z }, 2025-03-21T20:18:28.8551762Z "layers": [ 2025-03-21T20:18:28.8551977Z { 2025-03-21T20:18:28.8552321Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8552753Z "size": 30440118, 2025-03-21T20:18:28.8553188Z "digest": "sha256:8f84a9f2102e97a4a6bf673b150fc9894df5acc9618ad3484c6c36f768c1caa0" 2025-03-21T20:18:28.8553669Z }, 2025-03-21T20:18:28.8553897Z { 2025-03-21T20:18:28.8554242Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8554677Z "size": 633, 2025-03-21T20:18:28.8555101Z "digest": "sha256:dd02e800457d384a6ebc91ab0cb4faee3c5d0be41dafe49539139689da68f0b4" 2025-03-21T20:18:28.8555581Z }, 2025-03-21T20:18:28.8555776Z { 2025-03-21T20:18:28.8556111Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8556533Z "size": 157526169, 2025-03-21T20:18:28.8556954Z "digest": "sha256:963ff8119d851a0327d32c66869d18c80702a4b1237c5a6c559cecd9a09fd161" 2025-03-21T20:18:28.8557421Z }, 2025-03-21T20:18:28.8557615Z { 2025-03-21T20:18:28.8557954Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8558374Z "size": 623, 2025-03-21T20:18:28.8558790Z "digest": "sha256:9f492e75e36483d014dc528af5928a9589a8baee8efac3debe2c3e33ab57845e" 2025-03-21T20:18:28.8559268Z }, 2025-03-21T20:18:28.8559475Z { 2025-03-21T20:18:28.8559805Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8560668Z "size": 19308767, 2025-03-21T20:18:28.8561094Z "digest": "sha256:18e0194d8fd39200b930ac9820761f79b5758414010bf2f0511f4f4bfd8197b7" 2025-03-21T20:18:28.8561556Z }, 2025-03-21T20:18:28.8562026Z { 2025-03-21T20:18:28.8562469Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8562899Z "size": 736, 2025-03-21T20:18:28.8563313Z "digest": "sha256:f220c60fb51b5b7095afe357b4eacf876aa48f8805f82fe7d1f3852f954942ec" 2025-03-21T20:18:28.8563776Z }, 2025-03-21T20:18:28.8563980Z { 2025-03-21T20:18:28.8564312Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8564737Z "size": 106, 2025-03-21T20:18:28.8565151Z "digest": "sha256:3808aa508dacf349be986d852530c6ad9d10f08ae529bd55123ea6fcb95801ab" 2025-03-21T20:18:28.8565613Z }, 2025-03-21T20:18:28.8565829Z { 2025-03-21T20:18:28.8566167Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8566613Z "size": 447, 2025-03-21T20:18:28.8567040Z "digest": "sha256:fe26c3c6825bbaeb6d26b9a2fdba514e963b2edefdc95a825c0fc45864fcf9c5" 2025-03-21T20:18:28.8567510Z }, 2025-03-21T20:18:28.8567723Z { 2025-03-21T20:18:28.8568055Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8568481Z "size": 53116291, 2025-03-21T20:18:28.8568918Z "digest": "sha256:a4233031cb9b68331e2fd4928fbccbc6b6f9bc79bd09008d55ba7d3d6460a1be" 2025-03-21T20:18:28.8569383Z }, 2025-03-21T20:18:28.8569591Z { 2025-03-21T20:18:28.8569929Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8570350Z "size": 637, 2025-03-21T20:18:28.8570772Z "digest": "sha256:ceb6fc77deabdae09619ac1085ce4a69c38262fe7d0fd69ced07ce1f16ab6faf" 2025-03-21T20:18:28.8571250Z }, 2025-03-21T20:18:28.8571456Z { 2025-03-21T20:18:28.8571790Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8572221Z "size": 33684789, 2025-03-21T20:18:28.8572644Z "digest": "sha256:6a05648cf63228a85c9643cc9e4b940d11f08952c3fd98f429b64363b9816f70" 2025-03-21T20:18:28.8573100Z }, 2025-03-21T20:18:28.8573306Z { 2025-03-21T20:18:28.8573637Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8574059Z "size": 319, 2025-03-21T20:18:28.8574477Z "digest": "sha256:cfc770be1ffd3f7082a8fd61f99951e4ffb84099db2b2c1243a252eafb72be02" 2025-03-21T20:18:28.8574944Z }, 2025-03-21T20:18:28.8575148Z { 2025-03-21T20:18:28.8575479Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8575898Z "size": 251050517, 2025-03-21T20:18:28.8576326Z "digest": "sha256:029fb0239083c84a0ac0dc445e7daf7136dbe6524dca14629cc567ed5a83eb3a" 2025-03-21T20:18:28.8576782Z }, 2025-03-21T20:18:28.8576982Z { 2025-03-21T20:18:28.8577315Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8577732Z "size": 476, 2025-03-21T20:18:28.8578148Z "digest": "sha256:b8fd0290a8078720e27ac83240015ec73bf03ed0b85a5e9a5f34708438232118" 2025-03-21T20:18:28.8578599Z }, 2025-03-21T20:18:28.8578802Z { 2025-03-21T20:18:28.8579130Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8579550Z "size": 1043, 2025-03-21T20:18:28.8579945Z "digest": "sha256:270550230e45da02165c82585193999763ffd60812e38ab392c7794e8d2b8dd3" 2025-03-21T20:18:28.8580394Z }, 2025-03-21T20:18:28.8580605Z { 2025-03-21T20:18:28.8580945Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8581366Z "size": 611, 2025-03-21T20:18:28.8581773Z "digest": "sha256:8c4e0d8d6b991a2f9ad4405fa45051e81b1859f7b104009023cebc8815858275" 2025-03-21T20:18:28.8582228Z }, 2025-03-21T20:18:28.8582440Z { 2025-03-21T20:18:28.8582769Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8583192Z "size": 111071184, 2025-03-21T20:18:28.8583799Z "digest": "sha256:934e05368065cfda268b35d69711d98ea3ea0c148d2a7615d8b8a60d30cd1a7f" 2025-03-21T20:18:28.8584367Z }, 2025-03-21T20:18:28.8584572Z { 2025-03-21T20:18:28.8584903Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8585323Z "size": 563, 2025-03-21T20:18:28.8585727Z "digest": "sha256:533de89a444b561512ca996d737ac88e54f3e4b43d1e63a4697386b9b588e237" 2025-03-21T20:18:28.8586188Z }, 2025-03-21T20:18:28.8586399Z { 2025-03-21T20:18:28.8586734Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8587156Z "size": 208, 2025-03-21T20:18:28.8587563Z "digest": "sha256:8ad713af735db6df5fb5e6c2705312f9b793b5714a64107e9b749ac242ceb58b" 2025-03-21T20:18:28.8588024Z }, 2025-03-21T20:18:28.8588231Z { 2025-03-21T20:18:28.8588562Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8589254Z "size": 1189, 2025-03-21T20:18:28.8589684Z "digest": "sha256:b1797af6839b82a329d0bbb40c2446e5e32d4dcc34bc7b5de8e7b9b32a756446" 2025-03-21T20:18:28.8590154Z }, 2025-03-21T20:18:28.8590372Z { 2025-03-21T20:18:28.8590702Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8591123Z "size": 679, 2025-03-21T20:18:28.8591597Z "digest": "sha256:9399f9bab91d9b4cf64a0908eb94ac3f3193869e4b2ac2afdb555ee8d7f5a7fd" 2025-03-21T20:18:28.8592063Z }, 2025-03-21T20:18:28.8592273Z { 2025-03-21T20:18:28.8592610Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8593032Z "size": 6839265658, 2025-03-21T20:18:28.8593464Z "digest": "sha256:4f7e4555ac7039bb450f3dc4b1469af82740b2aebcc65e6a45973634fb63a5f6" 2025-03-21T20:18:28.8593931Z }, 2025-03-21T20:18:28.8594138Z { 2025-03-21T20:18:28.8594474Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8594893Z "size": 1384, 2025-03-21T20:18:28.8595310Z "digest": "sha256:5aba4b6417d53f76eb596f0f04225aa68aaaa4bd64969d09375f028e818b365e" 2025-03-21T20:18:28.8595787Z }, 2025-03-21T20:18:28.8595996Z { 2025-03-21T20:18:28.8596360Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8596787Z "size": 679, 2025-03-21T20:18:28.8597194Z "digest": "sha256:9399f9bab91d9b4cf64a0908eb94ac3f3193869e4b2ac2afdb555ee8d7f5a7fd" 2025-03-21T20:18:28.8597679Z }, 2025-03-21T20:18:28.8597892Z { 2025-03-21T20:18:28.8598232Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8598660Z "size": 230807437, 2025-03-21T20:18:28.8599079Z "digest": "sha256:1573140cab32251ab60dbe2f9175d2b1f5ff9c6aa9459d61ce72dc5701d15d83" 2025-03-21T20:18:28.8599559Z }, 2025-03-21T20:18:28.8599774Z { 2025-03-21T20:18:28.8600117Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8600531Z "size": 828, 2025-03-21T20:18:28.8600945Z "digest": "sha256:c3775bd93f495d148bdea9a7104a07b6a9a8d643137966e041ce4d1319d4cd54" 2025-03-21T20:18:28.8601427Z }, 2025-03-21T20:18:28.8601647Z { 2025-03-21T20:18:28.8601985Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8602397Z "size": 679, 2025-03-21T20:18:28.8602817Z "digest": "sha256:9399f9bab91d9b4cf64a0908eb94ac3f3193869e4b2ac2afdb555ee8d7f5a7fd" 2025-03-21T20:18:28.8603303Z }, 2025-03-21T20:18:28.8603514Z { 2025-03-21T20:18:28.8603847Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8604256Z "size": 182628246, 2025-03-21T20:18:28.8604678Z "digest": "sha256:f5c57d8670308dc1a374d5dcbb85eaa643f3dc44b0f64fd32558e0a429b2d0d2" 2025-03-21T20:18:28.8605147Z }, 2025-03-21T20:18:28.8605349Z { 2025-03-21T20:18:28.8605678Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8606082Z "size": 530, 2025-03-21T20:18:28.8606487Z "digest": "sha256:0cc1ffa7b1a691c61320d01750ac9092086d265d489e256f37319b58ebec92c2" 2025-03-21T20:18:28.8606953Z }, 2025-03-21T20:18:28.8607160Z { 2025-03-21T20:18:28.8607802Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8608209Z "size": 679, 2025-03-21T20:18:28.8608631Z "digest": "sha256:9399f9bab91d9b4cf64a0908eb94ac3f3193869e4b2ac2afdb555ee8d7f5a7fd" 2025-03-21T20:18:28.8609108Z }, 2025-03-21T20:18:28.8609319Z { 2025-03-21T20:18:28.8609653Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8610057Z "size": 356, 2025-03-21T20:18:28.8610462Z "digest": "sha256:3c65b9b0c07752feb5370318714bc114b717fb4cc8978ee39180b73cb1a03666" 2025-03-21T20:18:28.8610929Z }, 2025-03-21T20:18:28.8611134Z { 2025-03-21T20:18:28.8611466Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8611871Z "size": 32, 2025-03-21T20:18:28.8612282Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:28.8612755Z }, 2025-03-21T20:18:28.8612960Z { 2025-03-21T20:18:28.8613291Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8613706Z "size": 166, 2025-03-21T20:18:28.8614116Z "digest": "sha256:7346618fbf0ab0d936fda26975aa99e23d3316f4af12728151eec788a0387e1e" 2025-03-21T20:18:28.8614587Z }, 2025-03-21T20:18:28.8614793Z { 2025-03-21T20:18:28.8615125Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8615533Z "size": 1111, 2025-03-21T20:18:28.8615946Z "digest": "sha256:811b9aa8aaf30e8913b64019e5cd074ae12ab8218c0aac2a43fde328995784db" 2025-03-21T20:18:28.8616417Z }, 2025-03-21T20:18:28.8616622Z { 2025-03-21T20:18:28.8616951Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8617354Z "size": 32, 2025-03-21T20:18:28.8617762Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:28.8618237Z }, 2025-03-21T20:18:28.8618439Z { 2025-03-21T20:18:28.8618768Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.8619177Z "size": 108, 2025-03-21T20:18:28.8619596Z "digest": "sha256:c19f77e0edefe256d78ee8b4144657905a5a7b5c4f31468b13032f3b95bab8ab" 2025-03-21T20:18:28.8620069Z } 2025-03-21T20:18:28.8620277Z ] 2025-03-21T20:18:28.8620480Z } 2025-03-21T20:18:28.8620690Z + exit 0 2025-03-21T20:18:28.8650918Z ##[group]Run set -eux 2025-03-21T20:18:28.8651222Z set -eux 2025-03-21T20:18:28.8652100Z 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:28.8658667Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:28.8659046Z env: 2025-03-21T20:18:28.8659313Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:28.8659668Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:28.8659966Z PR_NUMBER: 2025-03-21T20:18:28.8662324Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:28.8664853Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:28.8665446Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:28.8665997Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:28.8666394Z ##[endgroup] 2025-03-21T20:18:28.8693454Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-03-21T20:18:28.8694681Z + jq --raw-output .SecretString 2025-03-21T20:18:28.8695344Z + jq -r .docker_hub_readonly_token 2025-03-21T20:18:28.8697689Z + docker login --username pytorchbot --password-stdin 2025-03-21T20:18:29.4861890Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:29.4862509Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:29.4863093Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:29.4863570Z 2025-03-21T20:18:29.4863766Z Login Succeeded 2025-03-21T20:18:29.4950078Z Prepare all required actions 2025-03-21T20:18:29.4984374Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-03-21T20:18:29.4984775Z with: 2025-03-21T20:18:29.4985416Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:29.4986239Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:29.4986640Z env: 2025-03-21T20:18:29.4986897Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:29.4987251Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:29.4987547Z PR_NUMBER: 2025-03-21T20:18:29.4990298Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:29.4992919Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:29.4993527Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:29.4994090Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:29.4994478Z ##[endgroup] 2025-03-21T20:18:29.5013442Z ##[group]Run set -x 2025-03-21T20:18:29.5013742Z set -x 2025-03-21T20:18:29.5013983Z set +e 2025-03-21T20:18:29.5014216Z  2025-03-21T20:18:29.5014430Z login() { 2025-03-21T20:18:29.5014931Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:29.5015455Z } 2025-03-21T20:18:29.5015682Z  2025-03-21T20:18:29.5015909Z retry () { 2025-03-21T20:18:29.5016178Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:29.5016503Z } 2025-03-21T20:18:29.5016726Z  2025-03-21T20:18:29.5016972Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:29.5017302Z  2025-03-21T20:18:29.5017512Z set -e 2025-03-21T20:18:29.5017860Z # ignore output since only exit code is used for conditional 2025-03-21T20:18:29.5018355Z # only pull docker image if it's not available locally 2025-03-21T20:18:29.5018899Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-03-21T20:18:29.5019401Z  retry docker pull "${DOCKER_IMAGE}" 2025-03-21T20:18:29.5019731Z fi 2025-03-21T20:18:29.5025440Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:29.5025849Z env: 2025-03-21T20:18:29.5026486Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:29.5027220Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:29.5027518Z PR_NUMBER: 2025-03-21T20:18:29.5029855Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:18:29.5032778Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:29.5033379Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:29.5033942Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:29.5034439Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:29.5034827Z ##[endgroup] 2025-03-21T20:18:29.5059268Z + set +e 2025-03-21T20:18:29.5059982Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:29.5060455Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:29.5062900Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:29.5064171Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:30.0913623Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:30.0914384Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:30.0915248Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:30.0915795Z 2025-03-21T20:18:30.0915960Z Login Succeeded 2025-03-21T20:18:30.0927372Z + set -e 2025-03-21T20:18:30.0928556Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:30.1063281Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:30.1064446Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:30.3482673Z 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4: Pulling from executorch/executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:30.3495020Z 8f84a9f2102e: Pulling fs layer 2025-03-21T20:18:30.3496948Z dd02e800457d: Pulling fs layer 2025-03-21T20:18:30.3497517Z 963ff8119d85: Pulling fs layer 2025-03-21T20:18:30.3497997Z 9f492e75e364: Pulling fs layer 2025-03-21T20:18:30.3498507Z 18e0194d8fd3: Pulling fs layer 2025-03-21T20:18:30.3499095Z f220c60fb51b: Pulling fs layer 2025-03-21T20:18:30.3499623Z 3808aa508dac: Pulling fs layer 2025-03-21T20:18:30.3500155Z fe26c3c6825b: Pulling fs layer 2025-03-21T20:18:30.3500663Z a4233031cb9b: Pulling fs layer 2025-03-21T20:18:30.3501195Z ceb6fc77deab: Pulling fs layer 2025-03-21T20:18:30.3501740Z 6a05648cf632: Pulling fs layer 2025-03-21T20:18:30.3502296Z cfc770be1ffd: Pulling fs layer 2025-03-21T20:18:30.3502787Z 029fb0239083: Pulling fs layer 2025-03-21T20:18:30.3503057Z 9f492e75e364: Waiting 2025-03-21T20:18:30.3503322Z b8fd0290a807: Pulling fs layer 2025-03-21T20:18:30.3503603Z 18e0194d8fd3: Waiting 2025-03-21T20:18:30.3503854Z 3808aa508dac: Waiting 2025-03-21T20:18:30.3504118Z 270550230e45: Pulling fs layer 2025-03-21T20:18:30.3504384Z f220c60fb51b: Waiting 2025-03-21T20:18:30.3504633Z fe26c3c6825b: Waiting 2025-03-21T20:18:30.3504913Z 8c4e0d8d6b99: Pulling fs layer 2025-03-21T20:18:30.3505196Z cfc770be1ffd: Waiting 2025-03-21T20:18:30.3505436Z a4233031cb9b: Waiting 2025-03-21T20:18:30.3505694Z 934e05368065: Pulling fs layer 2025-03-21T20:18:30.3505976Z ceb6fc77deab: Waiting 2025-03-21T20:18:30.3506241Z 533de89a444b: Pulling fs layer 2025-03-21T20:18:30.3506517Z 6a05648cf632: Waiting 2025-03-21T20:18:30.3506749Z 029fb0239083: Waiting 2025-03-21T20:18:30.3507226Z b8fd0290a807: Waiting 2025-03-21T20:18:30.3507491Z 8ad713af735d: Pulling fs layer 2025-03-21T20:18:30.3507767Z 270550230e45: Waiting 2025-03-21T20:18:30.3508010Z 934e05368065: Waiting 2025-03-21T20:18:30.3508257Z b1797af6839b: Pulling fs layer 2025-03-21T20:18:30.3508539Z 8c4e0d8d6b99: Waiting 2025-03-21T20:18:30.3508788Z 533de89a444b: Waiting 2025-03-21T20:18:30.3509049Z 9399f9bab91d: Pulling fs layer 2025-03-21T20:18:30.3509340Z 4f7e4555ac70: Pulling fs layer 2025-03-21T20:18:30.3509658Z 5aba4b6417d5: Pulling fs layer 2025-03-21T20:18:30.3509961Z 1573140cab32: Pulling fs layer 2025-03-21T20:18:30.3510801Z b1797af6839b: Waiting 2025-03-21T20:18:30.3511154Z 8ad713af735d: Waiting 2025-03-21T20:18:30.3511510Z c3775bd93f49: Pulling fs layer 2025-03-21T20:18:30.3511859Z 9399f9bab91d: Waiting 2025-03-21T20:18:30.3512243Z f5c57d867030: Pulling fs layer 2025-03-21T20:18:30.3512700Z 0cc1ffa7b1a6: Pulling fs layer 2025-03-21T20:18:30.3513123Z 4f7e4555ac70: Waiting 2025-03-21T20:18:30.3513383Z 5aba4b6417d5: Waiting 2025-03-21T20:18:30.3513650Z 3c65b9b0c077: Pulling fs layer 2025-03-21T20:18:30.3513948Z 4f4fb700ef54: Pulling fs layer 2025-03-21T20:18:30.3514231Z 1573140cab32: Waiting 2025-03-21T20:18:30.3514499Z 7346618fbf0a: Pulling fs layer 2025-03-21T20:18:30.3514784Z 811b9aa8aaf3: Pulling fs layer 2025-03-21T20:18:30.3515072Z c3775bd93f49: Waiting 2025-03-21T20:18:30.3533956Z c19f77e0edef: Pulling fs layer 2025-03-21T20:18:30.3534370Z f5c57d867030: Waiting 2025-03-21T20:18:30.3534886Z 0cc1ffa7b1a6: Waiting 2025-03-21T20:18:30.3535294Z 3c65b9b0c077: Waiting 2025-03-21T20:18:30.3535738Z c19f77e0edef: Waiting 2025-03-21T20:18:30.3536146Z 7346618fbf0a: Waiting 2025-03-21T20:18:30.3536535Z 4f4fb700ef54: Waiting 2025-03-21T20:18:30.3536926Z 811b9aa8aaf3: Waiting 2025-03-21T20:18:30.4640494Z dd02e800457d: Verifying Checksum 2025-03-21T20:18:30.4640900Z dd02e800457d: Download complete 2025-03-21T20:18:30.7747404Z 8f84a9f2102e: Verifying Checksum 2025-03-21T20:18:30.7748047Z 8f84a9f2102e: Download complete 2025-03-21T20:18:30.9087182Z 18e0194d8fd3: Verifying Checksum 2025-03-21T20:18:30.9087753Z 18e0194d8fd3: Download complete 2025-03-21T20:18:30.9191559Z f220c60fb51b: Download complete 2025-03-21T20:18:30.9839498Z 3808aa508dac: Download complete 2025-03-21T20:18:30.9959203Z fe26c3c6825b: Download complete 2025-03-21T20:18:31.0861557Z ceb6fc77deab: Download complete 2025-03-21T20:18:31.6769348Z 6a05648cf632: Verifying Checksum 2025-03-21T20:18:31.6769728Z 6a05648cf632: Download complete 2025-03-21T20:18:31.6875709Z 8f84a9f2102e: Pull complete 2025-03-21T20:18:31.6974078Z dd02e800457d: Pull complete 2025-03-21T20:18:31.7667797Z cfc770be1ffd: Verifying Checksum 2025-03-21T20:18:31.7668342Z cfc770be1ffd: Download complete 2025-03-21T20:18:32.3454016Z a4233031cb9b: Verifying Checksum 2025-03-21T20:18:32.3454405Z a4233031cb9b: Download complete 2025-03-21T20:18:32.4619853Z b8fd0290a807: Download complete 2025-03-21T20:18:32.5344587Z 270550230e45: Verifying Checksum 2025-03-21T20:18:32.5345058Z 270550230e45: Download complete 2025-03-21T20:18:32.5494918Z 963ff8119d85: Verifying Checksum 2025-03-21T20:18:32.5495465Z 963ff8119d85: Download complete 2025-03-21T20:18:32.6165368Z 8c4e0d8d6b99: Verifying Checksum 2025-03-21T20:18:32.6165916Z 8c4e0d8d6b99: Download complete 2025-03-21T20:18:32.7328452Z 533de89a444b: Verifying Checksum 2025-03-21T20:18:32.7328960Z 533de89a444b: Download complete 2025-03-21T20:18:32.8118727Z 8ad713af735d: Verifying Checksum 2025-03-21T20:18:32.8119234Z 8ad713af735d: Download complete 2025-03-21T20:18:32.9117721Z b1797af6839b: Verifying Checksum 2025-03-21T20:18:32.9118360Z b1797af6839b: Download complete 2025-03-21T20:18:33.0105005Z 9399f9bab91d: Verifying Checksum 2025-03-21T20:18:33.0105539Z 9399f9bab91d: Download complete 2025-03-21T20:18:34.6959849Z 934e05368065: Verifying Checksum 2025-03-21T20:18:34.6960487Z 934e05368065: Download complete 2025-03-21T20:18:34.8212949Z 5aba4b6417d5: Verifying Checksum 2025-03-21T20:18:34.8213577Z 5aba4b6417d5: Download complete 2025-03-21T20:18:36.5756390Z 029fb0239083: Verifying Checksum 2025-03-21T20:18:36.5756793Z 029fb0239083: Download complete 2025-03-21T20:18:36.6590329Z 963ff8119d85: Pull complete 2025-03-21T20:18:36.6682275Z c3775bd93f49: Verifying Checksum 2025-03-21T20:18:36.6682701Z c3775bd93f49: Download complete 2025-03-21T20:18:36.8093741Z 9f492e75e364: Pull complete 2025-03-21T20:18:37.2496873Z 18e0194d8fd3: Pull complete 2025-03-21T20:18:37.4364452Z f220c60fb51b: Pull complete 2025-03-21T20:18:37.6169820Z 3808aa508dac: Pull complete 2025-03-21T20:18:37.8223993Z fe26c3c6825b: Pull complete 2025-03-21T20:18:38.4480718Z 1573140cab32: Verifying Checksum 2025-03-21T20:18:38.4481320Z 1573140cab32: Download complete 2025-03-21T20:18:38.5281336Z 0cc1ffa7b1a6: Verifying Checksum 2025-03-21T20:18:38.5281890Z 0cc1ffa7b1a6: Download complete 2025-03-21T20:18:38.6070070Z 3c65b9b0c077: Verifying Checksum 2025-03-21T20:18:38.6070630Z 3c65b9b0c077: Download complete 2025-03-21T20:18:38.6155849Z 4f4fb700ef54: Verifying Checksum 2025-03-21T20:18:38.6156246Z 4f4fb700ef54: Download complete 2025-03-21T20:18:38.7088360Z 7346618fbf0a: Download complete 2025-03-21T20:18:38.7872119Z 811b9aa8aaf3: Verifying Checksum 2025-03-21T20:18:38.7872542Z 811b9aa8aaf3: Download complete 2025-03-21T20:18:38.9292155Z c19f77e0edef: Download complete 2025-03-21T20:18:38.9775415Z a4233031cb9b: Pull complete 2025-03-21T20:18:39.1793469Z ceb6fc77deab: Pull complete 2025-03-21T20:18:39.2024083Z f5c57d867030: Verifying Checksum 2025-03-21T20:18:39.2024465Z f5c57d867030: Download complete 2025-03-21T20:18:39.8648190Z 6a05648cf632: Pull complete 2025-03-21T20:18:39.9890303Z cfc770be1ffd: Pull complete 2025-03-21T20:18:45.3232121Z 029fb0239083: Pull complete 2025-03-21T20:18:45.5089355Z b8fd0290a807: Pull complete 2025-03-21T20:18:45.7063784Z 270550230e45: Pull complete 2025-03-21T20:18:45.9225391Z 8c4e0d8d6b99: Pull complete 2025-03-21T20:18:48.4048919Z 934e05368065: Pull complete 2025-03-21T20:18:48.6125701Z 533de89a444b: Pull complete 2025-03-21T20:18:48.7882354Z 8ad713af735d: Pull complete 2025-03-21T20:18:48.9330263Z b1797af6839b: Pull complete 2025-03-21T20:18:49.1027814Z 9399f9bab91d: Pull complete 2025-03-21T20:20:13.9764778Z 4f7e4555ac70: Verifying Checksum 2025-03-21T20:20:13.9765407Z 4f7e4555ac70: Download complete 2025-03-21T20:21:35.8758590Z 4f7e4555ac70: Pull complete 2025-03-21T20:21:36.0587446Z 5aba4b6417d5: Pull complete 2025-03-21T20:21:43.4534499Z 1573140cab32: Pull complete 2025-03-21T20:21:43.5687970Z c3775bd93f49: Pull complete 2025-03-21T20:21:51.4902480Z f5c57d867030: Pull complete 2025-03-21T20:21:51.6467687Z 0cc1ffa7b1a6: Pull complete 2025-03-21T20:21:51.9546725Z 3c65b9b0c077: Pull complete 2025-03-21T20:21:52.0556284Z 4f4fb700ef54: Pull complete 2025-03-21T20:21:52.1087025Z 7346618fbf0a: Pull complete 2025-03-21T20:21:52.1419577Z 811b9aa8aaf3: Pull complete 2025-03-21T20:21:52.2120560Z c19f77e0edef: Pull complete 2025-03-21T20:21:52.2335848Z Digest: sha256:608940846b2821c232f739be21bc14bcf61fc3df6b899222b989f5c9241eb1d5 2025-03-21T20:21:52.2408353Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:52.2444094Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:52.2484584Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:52.2485544Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:52.2494063Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:21:52.2494453Z env: 2025-03-21T20:21:52.2494720Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:21:52.2495080Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:52.2495378Z PR_NUMBER: 2025-03-21T20:21:52.2497760Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:21:52.2500462Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:52.2501055Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:52.2501614Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:52.2502016Z ##[endgroup] 2025-03-21T20:21:52.2641017Z ##[group]Run set -ex 2025-03-21T20:21:52.2641337Z set -ex 2025-03-21T20:21:52.2641572Z { 2025-03-21T20:21:52.2641824Z  echo "#!/usr/bin/env bash"; 2025-03-21T20:21:52.2642164Z  echo "set -eou pipefail"; 2025-03-21T20:21:52.2642498Z  # shellcheck disable=SC2016 2025-03-21T20:21:52.2642860Z  echo 'eval "$(conda shell.bash hook)"'; 2025-03-21T20:21:52.2643216Z  echo "set -x"; 2025-03-21T20:21:52.2643489Z  echo "${SCRIPT}"; 2025-03-21T20:21:52.2643798Z } > "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:52.2644150Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:52.2644869Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-03-21T20:21:52.2650832Z shell: /usr/bin/bash -e {0} 2025-03-21T20:21:52.2651317Z env: 2025-03-21T20:21:52.2651998Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:52.2652754Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:52.2653092Z PR_NUMBER: 2025-03-21T20:21:52.2655554Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:21:52.2658105Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:52.2658706Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:52.2659283Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:52.2659993Z ALL_SECRETS: { "github_token": "***" } 2025-03-21T20:21:52.2660325Z ##[endgroup] 2025-03-21T20:21:52.2685119Z + echo '#!/usr/bin/env bash' 2025-03-21T20:21:52.2685543Z + echo 'set -eou pipefail' 2025-03-21T20:21:52.2685838Z + echo 'eval "$(conda shell.bash hook)"' 2025-03-21T20:21:52.2686176Z + echo 'set -x' 2025-03-21T20:21:52.2686590Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-03-21T20:21:52.2687139Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-03-21T20:21:52.2687536Z conda activate "${CONDA_ENV}" 2025-03-21T20:21:52.2687722Z 2025-03-21T20:21:52.2687893Z ./install_requirements.sh --use-pt-pinned-commit 2025-03-21T20:21:52.2688351Z # build module for executorch.extension.pybindings.portable_lib 2025-03-21T20:21:52.2688798Z bash test/build_size_test.sh 2025-03-21T20:21:52.2689324Z strip cmake-out/test/size_test 2025-03-21T20:21:52.2689828Z output=$(ls -la cmake-out/test/size_test) 2025-03-21T20:21:52.2690155Z arr=($output) 2025-03-21T20:21:52.2690379Z size=${arr[4]} 2025-03-21T20:21:52.2690646Z # threshold=48120 on devserver with gcc11.4 2025-03-21T20:21:52.2691017Z # todo(lfq): update once binary size is below 50kb. 2025-03-21T20:21:52.2691366Z threshold="51504" 2025-03-21T20:21:52.2691617Z if [[ "$size" -le "$threshold" ]]; then 2025-03-21T20:21:52.2691950Z echo "Success $size <= $threshold" 2025-03-21T20:21:52.2692246Z else 2025-03-21T20:21:52.2692485Z echo "Fail $size > $threshold" 2025-03-21T20:21:52.2692769Z exit 1 2025-03-21T20:21:52.2692973Z fi 2025-03-21T20:21:52.2693179Z ' 2025-03-21T20:21:52.2693483Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-03-21T20:21:52.2695997Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-03-21T20:22:08.9435731Z Running command: 2025-03-21T20:22:08.9442479Z 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_5ba2e641-f0b9-4181-81cb-9e6583d1bbb5":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_5ba2e641-f0b9-4181-81cb-9e6583d1bbb5" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4" 2025-03-21T20:22:08.9448119Z 2025-03-21T20:22:08.9448461Z ee6ea8bfebfc56659d715fc27e4dbf94a6cfc72885f3010ae3e2c44838f1aa79 2025-03-21T20:22:08.9449160Z Running command: docker exec -t ee6ea8bfebfc56659d715fc27e4dbf94a6cfc72885f3010ae3e2c44838f1aa79 /exec 2025-03-21T20:22:08.9449745Z ++ conda env list --json 2025-03-21T20:22:08.9450023Z ++ local cmd=env 2025-03-21T20:22:08.9450265Z ++ case "$cmd" in 2025-03-21T20:22:08.9450520Z ++ __conda_exe env list --json 2025-03-21T20:22:08.9450814Z ++ jq -r '.envs | .[-1]' 2025-03-21T20:22:08.9451108Z ++ /opt/conda/bin/conda env list --json 2025-03-21T20:22:08.9451456Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-03-21T20:22:08.9451775Z + conda activate /opt/conda/envs/py_3.10 2025-03-21T20:22:08.9452106Z + local cmd=activate 2025-03-21T20:22:08.9452358Z + case "$cmd" in 2025-03-21T20:22:08.9452648Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-03-21T20:22:08.9453001Z + '[' -n '' ']' 2025-03-21T20:22:08.9453227Z + local ask_conda 2025-03-21T20:22:08.9453475Z ++ PS1='(base) ' 2025-03-21T20:22:08.9453789Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:22:08.9454286Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:22:08.9454721Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-03-21T20:22:08.9455592Z 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:08.9456675Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:22:08.9457051Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:22:08.9457369Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:22:08.9457744Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:22:08.9458175Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:22:08.9458532Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:22:08.9458862Z export _CE_M='\'''\'' 2025-03-21T20:22:08.9459134Z export _CE_CONDA='\'''\'' 2025-03-21T20:22:08.9459479Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:22:08.9459881Z + eval 'PS1='\''(py_3.10) '\'' 2025-03-21T20:22:08.9460885Z 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:08.9461808Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:22:08.9462177Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:22:08.9462494Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:22:08.9462863Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:22:08.9463301Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:22:08.9463669Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:22:08.9464000Z export _CE_M='\'''\'' 2025-03-21T20:22:08.9464275Z export _CE_CONDA='\'''\'' 2025-03-21T20:22:08.9464625Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:22:08.9465014Z ++ PS1='(py_3.10) ' 2025-03-21T20:22:08.9465955Z ++ 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:08.9467318Z ++ 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:08.9468169Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:22:08.9468545Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:22:08.9468876Z ++ export CONDA_SHLVL=2 2025-03-21T20:22:08.9469145Z ++ CONDA_SHLVL=2 2025-03-21T20:22:08.9469417Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:22:08.9469725Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:22:08.9470045Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-03-21T20:22:08.9470463Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-03-21T20:22:08.9470791Z ++ export CONDA_PREFIX_1=/opt/conda 2025-03-21T20:22:08.9471107Z ++ CONDA_PREFIX_1=/opt/conda 2025-03-21T20:22:08.9471473Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:22:08.9471810Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:22:08.9472110Z ++ export _CE_M= 2025-03-21T20:22:08.9472353Z ++ _CE_M= 2025-03-21T20:22:08.9472585Z ++ export _CE_CONDA= 2025-03-21T20:22:08.9472823Z ++ _CE_CONDA= 2025-03-21T20:22:08.9473104Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:22:08.9473483Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:22:08.9473808Z + __conda_hashr 2025-03-21T20:22:08.9474048Z + '[' -n '' ']' 2025-03-21T20:22:08.9474268Z + '[' -n '' ']' 2025-03-21T20:22:08.9474506Z + hash -r 2025-03-21T20:22:08.9474792Z + ./install_requirements.sh --use-pt-pinned-commit 2025-03-21T20:22:08.9475444Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:22:08.9476249Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.7.0a0+git295f2ed) 2025-03-21T20:22:08.9477139Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.19.0a0+d23a6e1) 2025-03-21T20:22:08.9478047Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+c670ad8) 2025-03-21T20:22:08.9478773Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-03-21T20:22:08.9479282Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-03-21T20:22:08.9480254Z 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:08.9481496Z 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:08.9482381Z Collecting cmake>=3.19 (from -r requirements-dev.txt (line 1)) 2025-03-21T20:22:08.9483013Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-03-21T20:22:08.9483949Z 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:08.9485134Z 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:08.9486279Z 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:08.9487417Z 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:08.9488522Z 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:08.9489862Z 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:08.9491090Z 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:08.9492364Z 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:08.9493674Z 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:08.9495009Z 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:08.9496345Z 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:08.9497705Z 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:08.9499058Z 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:08.9500422Z 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:08.9501768Z 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:08.9502944Z 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:37.0426914Z 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:37.0428635Z 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:37.0429698Z 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:37.0430882Z 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:37.0431997Z 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:37.0433010Z 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:37.0434079Z 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:37.0435350Z 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:37.0436944Z 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:37.0438357Z 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:37.0439798Z 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:37.0440736Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-03-21T20:22:37.0441861Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:22:37.0442561Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 81.9 MB/s eta 0:00:00 2025-03-21T20:22:37.0443324Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-03-21T20:22:37.0444099Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-03-21T20:22:37.0444796Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 208.4 MB/s eta 0:00:00 2025-03-21T20:22:37.0445341Z [?25hInstalling collected packages: cmake, timm 2025-03-21T20:22:37.0445707Z Attempting uninstall: timm 2025-03-21T20:22:37.0446015Z Found existing installation: timm 0.6.13 2025-03-21T20:22:37.0446360Z Uninstalling timm-0.6.13: 2025-03-21T20:22:37.0446686Z Successfully uninstalled timm-0.6.13 2025-03-21T20:22:37.0447059Z Successfully installed cmake-3.31.6 timm-1.0.7 2025-03-21T20:22:37.0447427Z Processing ./third-party/ao 2025-03-21T20:22:37.0447826Z Preparing metadata (setup.py) ... [?25l- \ done 2025-03-21T20:22:37.0448306Z [?25hBuilding wheels for collected packages: torchao 2025-03-21T20:22:37.0448838Z Building wheel for torchao (setup.py) ... [?25l- \ | done 2025-03-21T20:22:37.0449985Z [?25h Created wheel for torchao: filename=torchao-0.10.0+git64bcf4c-py3-none-any.whl size=758276 sha256=19fbed3a730c5a06a66fcadc8c8b1337119deab884bffefdef3dc558b8cf89eb 2025-03-21T20:22:37.0451289Z Stored in directory: /tmp/pip-ephem-wheel-cache-3mw7o_vn/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-03-21T20:22:37.0451967Z Successfully built torchao 2025-03-21T20:22:37.0452265Z Installing collected packages: torchao 2025-03-21T20:22:37.0452642Z Successfully installed torchao-0.10.0+git64bcf4c 2025-03-21T20:22:37.0453010Z + bash test/build_size_test.sh 2025-03-21T20:22:37.0453315Z Installing libexecutorch.a 2025-03-21T20:22:37.0453607Z Cleaning build artifacts... 2025-03-21T20:22:37.0453885Z Cleaning pip-out/... 2025-03-21T20:22:37.0454157Z Done cleaning build artifacts. 2025-03-21T20:22:37.0454472Z Updating tokenizers git submodule... 2025-03-21T20:22:37.0454925Z /pytorch/executorch/extension/llm/tokenizers /pytorch/executorch 2025-03-21T20:22:37.0455720Z Submodule 'third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'third-party/abseil-cpp' 2025-03-21T20:22:37.0456767Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'third-party/json' 2025-03-21T20:22:37.0457604Z Submodule 'third-party/re2' (https://github.com/google/re2.git) registered for path 'third-party/re2' 2025-03-21T20:22:37.0458556Z Submodule 'third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'third-party/sentencepiece' 2025-03-21T20:22:37.0459476Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp'... 2025-03-21T20:22:37.0460157Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/json'... 2025-03-21T20:22:37.0460800Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/re2'... 2025-03-21T20:22:37.0461571Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece'... 2025-03-21T20:22:37.0462302Z Submodule path 'third-party/abseil-cpp': checked out '7d96b2e93d9a84530748b68abd2f97595c51ecf4' 2025-03-21T20:22:37.0463019Z Submodule path 'third-party/json': checked out 'e6cafa573aac6ed9227f752a5371c0b3f436307d' 2025-03-21T20:22:37.0463705Z Submodule path 'third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2025-03-21T20:22:37.0464426Z Submodule path 'third-party/sentencepiece': checked out 'd8f741853847553169444afc12c00f4bbff3e9ce' 2025-03-21T20:22:37.0464974Z /pytorch/executorch 2025-03-21T20:22:37.0465257Z -- The C compiler identification is GNU 9.5.0 2025-03-21T20:22:37.0465652Z -- The CXX compiler identification is GNU 9.5.0 2025-03-21T20:22:37.0466014Z -- Detecting C compiler ABI info 2025-03-21T20:22:37.0466338Z -- Detecting C compiler ABI info - done 2025-03-21T20:22:37.0466738Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:22:37.0467137Z -- Detecting C compile features 2025-03-21T20:22:37.0467444Z -- Detecting C compile features - done 2025-03-21T20:22:37.0467783Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:37.0468115Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:37.0468528Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:37.0468944Z -- Detecting CXX compile features 2025-03-21T20:22:37.0469259Z -- Detecting CXX compile features - done 2025-03-21T20:22:37.0470021Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:37.0470757Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:37.0471202Z CMake. 2025-03-21T20:22:37.0471328Z 2025-03-21T20:22:37.0471670Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:37.0472234Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:37.0472735Z to work with policies introduced by or earlier. 2025-03-21T20:22:37.0473012Z 2025-03-21T20:22:37.0473132Z  2025-03-21T20:22:37.0473765Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:37.0474501Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:37.0474932Z CMake. 2025-03-21T20:22:37.0475052Z 2025-03-21T20:22:37.0475276Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:37.0475842Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:37.0476336Z to work with policies introduced by or earlier. 2025-03-21T20:22:37.0476603Z 2025-03-21T20:22:37.0476713Z  2025-03-21T20:22:37.0476967Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:22:37.0477375Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:22:37.0477737Z -- Found Threads: TRUE 2025-03-21T20:22:37.0478423Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:37.0479285Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:37.0479722Z CMake. 2025-03-21T20:22:37.0479844Z 2025-03-21T20:22:37.0480090Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:37.0480645Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:37.0481149Z to work with policies introduced by or earlier. 2025-03-21T20:22:37.0481421Z 2025-03-21T20:22:37.0481535Z  2025-03-21T20:22:37.0481773Z -- Using python executable 'python3' 2025-03-21T20:22:37.0482098Z -- Resolved buck2 as buck2. 2025-03-21T20:22:37.0482371Z -- Killing buck2 daemon 2025-03-21T20:22:37.0482635Z 'buck2 killall' 2025-03-21T20:22:37.0482900Z -- executorch: Generating source lists 2025-03-21T20:22:37.0483436Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:22:37.0484199Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:22:37.0484715Z -- executorch: Using PAL default 'posix' 2025-03-21T20:22:37.0485044Z -- Generating operator lib: 2025-03-21T20:22:37.0485342Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:37.0485761Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:22:37.0486188Z -- ROOT_OPS: 2025-03-21T20:22:37.0486430Z -- INCLUDE_ALL_OPS: 2025-03-21T20:22:37.0487675Z Command - python3;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:22:37.0488812Z -- Generating kernel bindings: 2025-03-21T20:22:37.0489382Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:37.0489804Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:22:37.0490242Z -- CUSTOM_OPS_YAML: 2025-03-21T20:22:37.0490539Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:22:37.0492238Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:22:37.0493710Z -- Generating operator lib: 2025-03-21T20:22:37.0494014Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:37.0494326Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:22:37.0494626Z -- DEPS: executorch 2025-03-21T20:22:38.8125726Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:22:38.8126927Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:38.8127808Z CMake. 2025-03-21T20:22:38.8128011Z 2025-03-21T20:22:38.8128514Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:38.8129579Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:38.8130517Z to work with policies introduced by or earlier. 2025-03-21T20:22:38.8131016Z 2025-03-21T20:22:38.8131318Z  2025-03-21T20:22:38.8131725Z -- Looking for C++ include unistd.h 2025-03-21T20:22:38.8132335Z -- Looking for C++ include unistd.h - found 2025-03-21T20:22:38.8132918Z -- Looking for C++ include stdint.h 2025-03-21T20:22:38.8133488Z -- Looking for C++ include stdint.h - found 2025-03-21T20:22:38.8134079Z -- Looking for C++ include inttypes.h 2025-03-21T20:22:38.8134608Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:22:38.8135204Z -- Looking for C++ include sys/types.h 2025-03-21T20:22:38.8135768Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:22:38.8136368Z -- Looking for C++ include sys/stat.h 2025-03-21T20:22:38.8136948Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:22:38.8137550Z -- Looking for C++ include fnmatch.h 2025-03-21T20:22:38.8138137Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:22:38.8138991Z -- Looking for C++ include stddef.h 2025-03-21T20:22:38.8139550Z -- Looking for C++ include stddef.h - found 2025-03-21T20:22:38.8140102Z -- Check size of uint32_t 2025-03-21T20:22:38.8140542Z -- Check size of uint32_t - done 2025-03-21T20:22:38.8141055Z -- Looking for strtoll 2025-03-21T20:22:38.8141514Z -- Looking for strtoll - found 2025-03-21T20:22:38.8141969Z -- 2025-03-21T20:22:38.8142306Z -- ******** Summary ******** 2025-03-21T20:22:38.8142790Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:22:38.8143380Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:22:38.8143951Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-03-21T20:22:38.8144516Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:22:38.8145050Z -- BUCK2 : buck2 2025-03-21T20:22:38.8145628Z -- PYTHON_EXECUTABLE : python3 2025-03-21T20:22:38.8146741Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:22:38.8147702Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:22:38.8148379Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:22:38.8149060Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:22:38.8149673Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:22:38.8150286Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:22:38.8150912Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:22:38.8151589Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:22:38.8152211Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:22:38.8152762Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:22:38.8153372Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-03-21T20:22:38.8154053Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:22:38.8154543Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:22:38.8154929Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:22:38.8155290Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:22:38.8155676Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:22:38.8156062Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:22:38.8156448Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:22:38.8156824Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:22:38.8157174Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:22:38.8157539Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:22:38.8157913Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:22:38.8158293Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:22:38.8158675Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:22:38.8159055Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:22:38.8159411Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:22:38.8159780Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:22:38.8160149Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:22:38.8160520Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:22:38.8160883Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:22:38.8161234Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:22:38.8161597Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:22:38.8161958Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:22:38.8162323Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:22:38.8162675Z -- Configuring done (5.5s) 2025-03-21T20:22:38.8162953Z -- Generating done (0.1s) 2025-03-21T20:22:38.8163331Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:22:38.8163958Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:22:38.8164740Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:22:38.8165781Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:22:38.8166899Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:22:38.8167845Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:22:38.8168800Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:22:38.8169719Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:22:38.8170827Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:22:38.8172012Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:22:38.8172801Z [ 2%] No download step for 'flatbuffers' 2025-03-21T20:22:38.8173313Z [ 2%] No update step for 'flatbuffers' 2025-03-21T20:22:38.8173806Z [ 2%] No patch step for 'flatbuffers' 2025-03-21T20:22:38.8174287Z [ 2%] Performing configure step for 'flatbuffers' 2025-03-21T20:22:38.8174768Z CMake Warning: 2025-03-21T20:22:38.8175092Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:22:38.8175435Z 2025-03-21T20:22:38.8175564Z  2025-03-21T20:22:38.8175816Z fatal: No names found, cannot describe anything. 2025-03-21T20:22:38.8176353Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:22:38.8176792Z git describe failed with exit code: 128 2025-03-21T20:22:38.8177023Z 2025-03-21T20:22:38.8177210Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:22:38.8177660Z Call Stack (most recent call first): 2025-03-21T20:22:38.8178034Z CMakeLists.txt:5 (include) 2025-03-21T20:22:38.8178300Z 2025-03-21T20:22:38.8178445Z  2025-03-21T20:22:38.8178786Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:22:38.8179682Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:22:38.8181276Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:22:38.8182787Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:22:38.8183601Z -- The CXX compiler identification is GNU 9.5.0 2025-03-21T20:22:38.8184648Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:22:38.8186097Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:22:38.8187724Z [ 4%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:22:38.8188844Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:38.8189787Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:22:38.8210047Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:22:38.8212242Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:22:38.8213564Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:22:38.8214603Z [ 5%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:22:38.8215373Z [ 6%] Linking C static library libpthreadpool.a 2025-03-21T20:22:38.8216142Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:22:38.8217304Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:22:38.8218644Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:22:38.8219478Z [ 6%] Built target pthreadpool 2025-03-21T20:22:38.8220616Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:22:38.8222209Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:22:38.8224133Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:22:38.8225203Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:38.8225709Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:38.8226385Z -- Detecting CXX compile features 2025-03-21T20:22:38.8226721Z -- Detecting CXX compile features - done 2025-03-21T20:22:38.8227525Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:22:38.8228588Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:22:38.8229231Z -- Looking for strtof_l 2025-03-21T20:22:38.8229867Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:22:38.8230833Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:22:38.8231869Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:22:38.8232898Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:22:38.8234027Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:22:38.8235206Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:22:41.3464437Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:22:41.3467092Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:22:41.3469405Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:22:41.3471781Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:22:41.3473989Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:22:41.3476683Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:22:41.3478848Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:22:41.3480345Z [ 10%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:22:41.3481145Z -- Looking for strtof_l - found 2025-03-21T20:22:41.3481665Z -- Looking for strtoull_l 2025-03-21T20:22:41.3482974Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:22:41.3485087Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:22:41.3487037Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:22:41.3488013Z [ 11%] Built target gflags_nothreads_static 2025-03-21T20:22:41.3489598Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:22:41.3491451Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:22:41.3493306Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:22:41.3495217Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:22:41.3497118Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:22:41.3498592Z [ 12%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:22:41.3499532Z [ 12%] Built target cpuinfo_internals 2025-03-21T20:22:41.3500278Z [ 12%] Linking C static library libcpuinfo.a 2025-03-21T20:22:41.3500953Z -- Looking for strtoull_l - found 2025-03-21T20:22:41.3501462Z -- Looking for realpath 2025-03-21T20:22:41.3501911Z [ 12%] Built target cpuinfo 2025-03-21T20:22:41.3502430Z -- Looking for realpath - found 2025-03-21T20:22:41.3503055Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:22:41.3503736Z -- Configuring done (0.6s) 2025-03-21T20:22:41.3504245Z -- Generating done (0.0s) 2025-03-21T20:22:41.3505093Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:22:41.3506308Z [ 12%] Performing build step for 'flatbuffers' 2025-03-21T20:22:41.3507353Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:22:41.3508606Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:22:41.3509824Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:22:41.3510925Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:22:41.3512142Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:22:41.3513385Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:22:41.3514559Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:22:41.3515810Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:22:41.3517081Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:22:41.3518431Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:22:41.3519719Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:22:41.3520989Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:22:41.3522227Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:22:41.3523435Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:22:41.3524502Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:22:41.3525633Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:22:41.3526842Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:22:41.3527935Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:22:41.3529070Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:22:41.3530274Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:22:41.3531569Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:22:41.3533000Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:22:41.3534716Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:22:41.3535981Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:22:41.3537067Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:22:41.3538172Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:22:41.3539357Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:22:41.3540668Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:22:41.3541929Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:22:41.3543020Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:22:41.3544516Z [ 81%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:22:41.3545795Z [ 84%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:22:41.3547110Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:22:41.3548477Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:22:41.3549937Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:22:41.3551325Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:22:41.3552810Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:22:41.3553835Z [100%] Linking CXX executable flatc 2025-03-21T20:22:41.3554448Z [100%] Built target flatc 2025-03-21T20:22:41.3555106Z [ 13%] No install step for 'flatbuffers' 2025-03-21T20:22:41.3555820Z [ 13%] Completed 'flatbuffers' 2025-03-21T20:22:41.3556384Z [ 13%] Built target flatbuffers 2025-03-21T20:22:41.3557038Z [ 13%] Generating common_schema headers 2025-03-21T20:22:41.3557669Z [ 13%] Built target common_schema 2025-03-21T20:22:41.3558373Z [ 13%] Generating program_schema headers 2025-03-21T20:22:41.3558970Z [ 13%] Built target program_schema 2025-03-21T20:22:41.3560013Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:22:41.3561291Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:22:41.3562849Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:22:41.3563967Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:22:41.3564970Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:22:41.3565817Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:22:41.3566788Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:22:41.3567621Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:22:41.3568447Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:22:41.3569388Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:22:41.3570238Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:22:41.3571153Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:22:41.3572115Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:22:41.3573295Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:22:41.3574131Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:22:41.3574926Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:22:41.3575735Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:22:41.3576557Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:22:41.3577360Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:22:41.3578208Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:22:41.3579006Z [ 17%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:22:41.3579427Z [ 17%] Built target executorch_core 2025-03-21T20:22:41.7761729Z [ 17%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:22:41.7763346Z [ 18%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:22:41.7764977Z [ 18%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:22:41.7766691Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:22:41.7768445Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:22:41.7770166Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:22:41.7771701Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:22:41.7772564Z [ 19%] Linking CXX static library libexecutorch.a 2025-03-21T20:22:41.7772970Z [ 19%] Built target executorch 2025-03-21T20:22:41.7773960Z [ 19%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:41.7775476Z [ 19%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:41.7776946Z [ 19%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:41.7777918Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:41.7778813Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:41.7780011Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:41.7781460Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:41.7782531Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:41.7783371Z [ 21%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:22:41.7783807Z [ 21%] Built target extension_threadpool 2025-03-21T20:22:41.7784494Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:41.7785409Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:41.7786860Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:41.7787882Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:41.7788507Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:41.7789258Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:41.7790698Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:41.7791321Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:41.7792053Z from /pytorch/executorch/kernels/portable/cpu/op_add.cpp:9: 2025-03-21T20:22:41.7798774Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:41.7813590Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:41.7829052Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:41.7843940Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:41.7859010Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:41.7865741Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:22:41.7867406Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:41.7868409Z 94 | struct array 2025-03-21T20:22:41.7868877Z | ^~~~~ 2025-03-21T20:22:41.7870588Z /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:41.7872263Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:41.7872993Z | ^~~~~~~~ 2025-03-21T20:22:41.7881736Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:41.7898626Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:41.7915899Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:41.7931669Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:41.7945968Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:41.7953678Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:22:41.7955372Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:41.7956502Z 94 | struct array 2025-03-21T20:22:41.7956973Z | ^~~~~ 2025-03-21T20:22:41.7958667Z /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:41.7960282Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:41.7961266Z | ^~~~~~~~ 2025-03-21T20:22:41.7970059Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:41.7985704Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:41.8002820Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:41.8019407Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:41.8035326Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:41.8042666Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:22:41.8044428Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:41.8045442Z 94 | struct array 2025-03-21T20:22:41.8045874Z | ^~~~~ 2025-03-21T20:22:41.8047458Z /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:41.8048962Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:41.8049627Z | ^~~~~~~~ 2025-03-21T20:22:41.8058712Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:41.8074777Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:41.8092217Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:41.8107690Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:41.8122717Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:41.8129932Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:22:41.8131792Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:41.8132810Z 94 | struct array 2025-03-21T20:22:41.8133268Z | ^~~~~ 2025-03-21T20:22:41.8134785Z /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:41.8136193Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:41.8136938Z | ^~~~~~~~ 2025-03-21T20:22:41.8146051Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:41.8163282Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:41.8180975Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:41.8205579Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:41.8220719Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:41.8228227Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:22:41.8230154Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:41.8231224Z 94 | struct array 2025-03-21T20:22:41.8231819Z | ^~~~~ 2025-03-21T20:22:41.8233374Z /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:41.8234841Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:41.8235552Z | ^~~~~~~~ 2025-03-21T20:22:41.8244635Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:41.8261407Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:41.8278941Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:41.8298194Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:41.8313160Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:41.8320497Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:22:41.8322202Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:41.8323226Z 94 | struct array 2025-03-21T20:22:41.8323697Z | ^~~~~ 2025-03-21T20:22:41.8325251Z /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:41.8326691Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:41.8327426Z | ^~~~~~~~ 2025-03-21T20:22:41.8336525Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:41.8353377Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:41.8370883Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:41.8387196Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:41.8401472Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:41.8408824Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:22:41.8410508Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:41.8411556Z 94 | struct array 2025-03-21T20:22:41.8412010Z | ^~~~~ 2025-03-21T20:22:41.8413818Z /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:41.8415302Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:41.8416075Z | ^~~~~~~~ 2025-03-21T20:22:41.8425070Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:41.8441841Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:41.8456420Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:41.8469428Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:41.8483189Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:41.8490348Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:22:41.8492109Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:41.8493148Z 94 | struct array 2025-03-21T20:22:41.8493582Z | ^~~~~ 2025-03-21T20:22:41.8495073Z /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:41.8496542Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:41.8497345Z | ^~~~~~~~ 2025-03-21T20:22:41.8520348Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:41.8535417Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:41.8551349Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:41.8565908Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:41.8579202Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:41.8585828Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:22:41.8587636Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:41.8588744Z 94 | struct array 2025-03-21T20:22:41.8589414Z | ^~~~~ 2025-03-21T20:22:41.8591106Z /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:41.8592944Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:41.8593681Z | ^~~~~~~~ 2025-03-21T20:22:41.8601757Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:41.8616833Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:41.8632277Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:41.8646398Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:41.8659850Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:41.8666345Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:22:41.8668183Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:41.8669290Z 94 | struct array 2025-03-21T20:22:41.8669739Z | ^~~~~ 2025-03-21T20:22:41.8671494Z /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:41.8672951Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:41.8673676Z | ^~~~~~~~ 2025-03-21T20:22:41.8681778Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:41.8695937Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:41.8711201Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:41.8725825Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:41.8739087Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:41.8745635Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:22:41.8747348Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:41.8748427Z 94 | struct array 2025-03-21T20:22:41.8748890Z | ^~~~~ 2025-03-21T20:22:41.8750510Z /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:41.8752129Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:41.8752841Z | ^~~~~~~~ 2025-03-21T20:22:41.8760816Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:41.8775545Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:41.8791395Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:41.8805613Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:41.8818509Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:41.8824946Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:22:41.8826610Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:41.8827568Z 94 | struct array 2025-03-21T20:22:41.8828048Z | ^~~~~ 2025-03-21T20:22:41.8829514Z /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:41.8830952Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:41.8831776Z | ^~~~~~~~ 2025-03-21T20:22:41.8840166Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:41.8855157Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:41.8870060Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:41.8884301Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:41.8897852Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:41.8904699Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:22:41.8906334Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:41.8907321Z 94 | struct array 2025-03-21T20:22:41.8907776Z | ^~~~~ 2025-03-21T20:22:41.8909590Z /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:41.8911094Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:41.8911961Z | ^~~~~~~~ 2025-03-21T20:22:41.8920059Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:41.8934911Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:41.8950202Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:41.8964654Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:41.8977790Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:41.8984051Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:22:41.8985583Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:41.8986626Z 94 | struct array 2025-03-21T20:22:41.8987088Z | ^~~~~ 2025-03-21T20:22:41.8988650Z /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:41.8990217Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:41.8990964Z | ^~~~~~~~ 2025-03-21T20:22:41.8999097Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:41.9014698Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:41.9030550Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:41.9044292Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:41.9057017Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:41.9063527Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:22:41.9065196Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:41.9066281Z 94 | struct array 2025-03-21T20:22:41.9066655Z | ^~~~~ 2025-03-21T20:22:41.9068209Z /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:41.9069675Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:41.9070415Z | ^~~~~~~~ 2025-03-21T20:22:41.9078596Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:41.9094698Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:41.9109864Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:41.9123818Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:41.9137117Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:41.9143991Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:22:41.9145672Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:41.9146677Z 94 | struct array 2025-03-21T20:22:41.9147121Z | ^~~~~ 2025-03-21T20:22:41.9148658Z /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:41.9150088Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:41.9150988Z | ^~~~~~~~ 2025-03-21T20:22:41.9152385Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:41.9154020Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:41.9155691Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:41.9157405Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:41.9158546Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:41.9159235Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:41.9159966Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:41.9160693Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:41.9161618Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:41.9162696Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:22:41.9171435Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:41.9186635Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:41.9203502Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:41.9218162Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:41.9231895Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:41.9238672Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:41.9240445Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:41.9241513Z 94 | struct array 2025-03-21T20:22:41.9241962Z | ^~~~~ 2025-03-21T20:22:41.9243641Z /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:41.9245246Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:41.9246007Z | ^~~~~~~~ 2025-03-21T20:22:41.9254447Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:41.9270310Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:41.9286632Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:41.9301355Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:41.9315030Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:41.9321943Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:41.9323723Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:41.9324791Z 94 | struct array 2025-03-21T20:22:41.9325249Z | ^~~~~ 2025-03-21T20:22:41.9326838Z /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:41.9328546Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:41.9329273Z | ^~~~~~~~ 2025-03-21T20:22:41.9337683Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:41.9353137Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:41.9370506Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:41.9384983Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:41.9397993Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:41.9404581Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:41.9406369Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:41.9407408Z 94 | struct array 2025-03-21T20:22:41.9407850Z | ^~~~~ 2025-03-21T20:22:41.9409473Z /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:41.9410987Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:41.9411726Z | ^~~~~~~~ 2025-03-21T20:22:41.9419926Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:41.9435235Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:41.9451451Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:41.9465029Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:41.9475563Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:41.9478977Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:41.9479875Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:41.9480507Z 94 | struct array 2025-03-21T20:22:41.9480942Z | ^~~~~ 2025-03-21T20:22:41.9482297Z /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:41.9483621Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:41.9484311Z | ^~~~~~~~ 2025-03-21T20:22:41.9492377Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:41.9507406Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:41.9523037Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:41.9532144Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:41.9540918Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:41.9544922Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:41.9545853Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:41.9546521Z 94 | struct array 2025-03-21T20:22:41.9546781Z | ^~~~~ 2025-03-21T20:22:41.9547652Z /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:41.9548454Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:41.9548875Z | ^~~~~~~~ 2025-03-21T20:22:41.9554463Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:41.9563209Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:41.9571518Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:41.9579198Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:41.9587358Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:41.9591779Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:41.9592723Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:41.9593337Z 94 | struct array 2025-03-21T20:22:41.9593695Z | ^~~~~ 2025-03-21T20:22:41.9594541Z /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:41.9595433Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:41.9595889Z | ^~~~~~~~ 2025-03-21T20:22:41.9600730Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:41.9609320Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:41.9621338Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:41.9633412Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:41.9640399Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:41.9643821Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:41.9644714Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:41.9645286Z 94 | struct array 2025-03-21T20:22:41.9645543Z | ^~~~~ 2025-03-21T20:22:41.9646389Z /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:41.9647303Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:41.9647738Z | ^~~~~~~~ 2025-03-21T20:22:41.9652643Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::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:41.9660577Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::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:22:41.9668905Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::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:22:41.9676457Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::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:41.9683509Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:41.9686916Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:41.9687868Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:41.9688444Z 94 | struct array 2025-03-21T20:22:41.9688703Z | ^~~~~ 2025-03-21T20:22:41.9689539Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:22:41.9690310Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:22:41.9690983Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:22:41.9691640Z from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:11, 2025-03-21T20:22:41.9692304Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-03-21T20:22:41.9692894Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:22:41.9694283Z /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:41.9695157Z 379 | unsigned short x; 2025-03-21T20:22:41.9695440Z | ^ 2025-03-21T20:22:41.9695755Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:41.9696135Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:41.9696550Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:41.9696967Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:41.9697474Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:41.9698061Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:22:41.9702495Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::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:42.2509876Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::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:22:42.2526085Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::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:22:42.2540480Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::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:42.2550845Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.2556478Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:42.2558235Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.2559265Z 94 | struct array 2025-03-21T20:22:42.2559685Z | ^~~~~ 2025-03-21T20:22:42.2561228Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-03-21T20:22:42.2562504Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-03-21T20:22:42.2563707Z from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:11, 2025-03-21T20:22:42.2564830Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-03-21T20:22:42.2565850Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:22:42.2568139Z /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:42.2569698Z 87 | uint16_t x; 2025-03-21T20:22:42.2570095Z | ^ 2025-03-21T20:22:42.2571512Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:42.2573210Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:42.2574656Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:42.2575644Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:42.2576534Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:42.2577417Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:42.2578853Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:42.2579818Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:42.2580810Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:42.2581728Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:42.2583215Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:42.2584294Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:42.2585252Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:42.2586203Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:42.2587155Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:42.2588098Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:42.2588737Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:42.2590707Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:42.2591139Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:42.2591653Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:42.2592187Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:42.2593167Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:22:42.2594222Z from /pytorch/executorch/kernels/portable/cpu/op_atan2.cpp:9: 2025-03-21T20:22:42.2603017Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.2618438Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:42.2634853Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:42.2650456Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.2664805Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.2672067Z /pytorch/executorch/kernels/portable/cpu/op_atan2.cpp:57:3: required from here 2025-03-21T20:22:42.2673824Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.2674871Z 94 | struct array 2025-03-21T20:22:42.2675329Z | ^~~~~ 2025-03-21T20:22:42.2676927Z /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:42.2678429Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.2679166Z | ^~~~~~~~ 2025-03-21T20:22:42.2687982Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.2704381Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:42.2721932Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:42.2983385Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.2997884Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.3004781Z /pytorch/executorch/kernels/portable/cpu/op_atan2.cpp:57:3: required from here 2025-03-21T20:22:42.3006495Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.3007529Z 94 | struct array 2025-03-21T20:22:42.3008000Z | ^~~~~ 2025-03-21T20:22:42.3009518Z /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:42.3010948Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.3011747Z | ^~~~~~~~ 2025-03-21T20:22:42.3013400Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:42.3015144Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:42.3016206Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:42.3016909Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:42.3017660Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:42.3018443Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:42.3019392Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:42.3020729Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:11, 2025-03-21T20:22:42.3022227Z from /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:9: 2025-03-21T20:22:42.3029279Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:42.3042173Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:42.3055260Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:42.3067332Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:42.3078456Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.3087661Z /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:42.3091949Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:22:42.3093786Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.3094893Z 94 | struct array 2025-03-21T20:22:42.3095341Z | ^~~~~ 2025-03-21T20:22:42.3097040Z /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:42.3098623Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.3099366Z | ^~~~~~~~ 2025-03-21T20:22:42.3106251Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:42.3118569Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:42.3131136Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:42.3139280Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:42.3146865Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.3154205Z /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:42.3157686Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:22:42.3159136Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.3159996Z 94 | struct array 2025-03-21T20:22:42.3160363Z | ^~~~~ 2025-03-21T20:22:42.3161809Z /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:42.3163077Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.3163681Z | ^~~~~~~~ 2025-03-21T20:22:42.3169991Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:42.3182090Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:42.3195127Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:42.3205997Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:42.3216507Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.3225720Z /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:42.3229945Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:22:42.3231901Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.3233014Z 94 | struct array 2025-03-21T20:22:42.3233470Z | ^~~~~ 2025-03-21T20:22:42.3235146Z /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:42.3236652Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.3237413Z | ^~~~~~~~ 2025-03-21T20:22:42.3244307Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:42.3256591Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:42.3269194Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:42.3280745Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:42.3292141Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.3301389Z /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:42.3305852Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:22:42.3307564Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.3308585Z 94 | struct array 2025-03-21T20:22:42.3309053Z | ^~~~~ 2025-03-21T20:22:42.3310590Z /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:42.3312133Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.3312874Z | ^~~~~~~~ 2025-03-21T20:22:42.3319417Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:42.3331279Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:42.3343957Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:42.3355501Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:42.3366161Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.3375531Z /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:42.3379674Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:22:42.3381496Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.3382509Z 94 | struct array 2025-03-21T20:22:42.3382953Z | ^~~~~ 2025-03-21T20:22:42.3384588Z /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:42.3386082Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.3386829Z | ^~~~~~~~ 2025-03-21T20:22:42.3393737Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:42.3405587Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:42.3418171Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:42.3429926Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:42.3440716Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.3449852Z /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:42.3454050Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:22:42.3455769Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.3456791Z 94 | struct array 2025-03-21T20:22:42.3457245Z | ^~~~~ 2025-03-21T20:22:42.3458761Z /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:42.3460261Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.3461023Z | ^~~~~~~~ 2025-03-21T20:22:42.3469749Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.3486179Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:42.3504974Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:42.3520983Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.3535423Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:42.3546241Z /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:42.3550497Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:22:42.3552342Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.3553433Z 94 | struct array 2025-03-21T20:22:42.3553882Z | ^~~~~ 2025-03-21T20:22:42.3555596Z /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:42.3557204Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.3557943Z | ^~~~~~~~ 2025-03-21T20:22:42.3566741Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.3582852Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:42.3599855Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:42.3615526Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.3630205Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:42.3641013Z /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:42.3644844Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:22:42.3646669Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.3647727Z 94 | struct array 2025-03-21T20:22:42.3648187Z | ^~~~~ 2025-03-21T20:22:42.3649812Z /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:42.3651391Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.3652143Z | ^~~~~~~~ 2025-03-21T20:22:42.3660849Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.3677209Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:42.3693236Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:42.3708377Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.3722804Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:42.3733740Z /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:42.3738395Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:22:42.3740137Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.3741192Z 94 | struct array 2025-03-21T20:22:42.3741606Z | ^~~~~ 2025-03-21T20:22:42.3743232Z /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:42.3744592Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.3745361Z | ^~~~~~~~ 2025-03-21T20:22:42.3753977Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.3769936Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:42.3786166Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:42.3801702Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.3815942Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:42.3826124Z /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:42.3830126Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:22:42.3831932Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.3832895Z 94 | struct array 2025-03-21T20:22:42.3833350Z | ^~~~~ 2025-03-21T20:22:42.3834854Z /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:42.3836265Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.3836977Z | ^~~~~~~~ 2025-03-21T20:22:42.3845961Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.3862868Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:42.3879952Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:42.3895798Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.3910160Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:42.3921040Z /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:42.3925013Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:22:42.3926931Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.3928235Z 94 | struct array 2025-03-21T20:22:42.3956957Z | ^~~~~ 2025-03-21T20:22:42.3958822Z /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:42.3960334Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.3961042Z | ^~~~~~~~ 2025-03-21T20:22:42.3969562Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.3985522Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:42.4569362Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:42.4585773Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.4600322Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:42.4610743Z /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:42.4614737Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:22:42.4616500Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.4617559Z 94 | struct array 2025-03-21T20:22:42.4617997Z | ^~~~~ 2025-03-21T20:22:42.4619526Z /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:42.4620893Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.4621631Z | ^~~~~~~~ 2025-03-21T20:22:42.4622958Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:42.4624653Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:42.4626402Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:42.4628187Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:42.4630265Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:42.4632057Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:42.4633115Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:42.4633753Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:42.4634496Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:42.4635190Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:42.4636059Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:42.4637300Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:11, 2025-03-21T20:22:42.4638694Z from /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:9: 2025-03-21T20:22:42.4645255Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:42.4657951Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:42.4671042Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:42.4682962Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:42.4694065Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.4703351Z /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:42.4706887Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:22:42.4708518Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.4709551Z 94 | struct array 2025-03-21T20:22:42.4710001Z | ^~~~~ 2025-03-21T20:22:42.4711797Z /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:42.4713410Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.4714140Z | ^~~~~~~~ 2025-03-21T20:22:42.4720202Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:42.4731271Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:42.4743248Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:42.4749749Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:42.4756558Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.4765320Z /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:42.4769441Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:22:42.4771255Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.4772222Z 94 | struct array 2025-03-21T20:22:42.4772648Z | ^~~~~ 2025-03-21T20:22:42.4774348Z /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:42.4775899Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.4776664Z | ^~~~~~~~ 2025-03-21T20:22:42.4783286Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:42.4790663Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:42.4799593Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:42.4809928Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:42.4818842Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.4823525Z /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:42.4825673Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:22:42.4826597Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.4827171Z 94 | struct array 2025-03-21T20:22:42.4827439Z | ^~~~~ 2025-03-21T20:22:42.4828306Z /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:42.4829124Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.4829535Z | ^~~~~~~~ 2025-03-21T20:22:42.4835625Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:42.4846501Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:42.4857669Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:42.4868138Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:42.4877761Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.4886130Z /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:42.4890466Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:22:42.4892205Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.4893226Z 94 | struct array 2025-03-21T20:22:42.4893684Z | ^~~~~ 2025-03-21T20:22:42.4895228Z /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:42.4896710Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.4897446Z | ^~~~~~~~ 2025-03-21T20:22:42.4904319Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:42.4916755Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:42.4929310Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:42.4940522Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:42.4951519Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.4960790Z /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:42.4965007Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:22:42.4966789Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.4967854Z 94 | struct array 2025-03-21T20:22:42.4968304Z | ^~~~~ 2025-03-21T20:22:42.4969869Z /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:42.4971382Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.4972125Z | ^~~~~~~~ 2025-03-21T20:22:42.4978835Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:42.4990909Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:42.5003451Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:42.5014850Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:42.5024260Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.5030732Z /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:42.5033903Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:22:42.5035152Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.5035914Z 94 | struct array 2025-03-21T20:22:42.5036269Z | ^~~~~ 2025-03-21T20:22:42.5037402Z /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:42.5038526Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.5039081Z | ^~~~~~~~ 2025-03-21T20:22:42.5046473Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.5059842Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:42.5072795Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:42.5087325Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.5105134Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:42.5116030Z /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:42.5120576Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:22:42.5122383Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.5123435Z 94 | struct array 2025-03-21T20:22:42.5123874Z | ^~~~~ 2025-03-21T20:22:42.5125540Z /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:42.5127110Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.5127803Z | ^~~~~~~~ 2025-03-21T20:22:42.5136721Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.5153139Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:42.5170095Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:42.5185874Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.5200640Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:42.5211174Z /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:42.5215270Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:22:42.5217024Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.5218104Z 94 | struct array 2025-03-21T20:22:42.5218528Z | ^~~~~ 2025-03-21T20:22:42.5220187Z /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:42.5221734Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.5222493Z | ^~~~~~~~ 2025-03-21T20:22:42.5231078Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.5247676Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:42.5264600Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:42.5280342Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.5294686Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:42.5304899Z /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:42.5309290Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:22:42.5311049Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.5312277Z 94 | struct array 2025-03-21T20:22:42.5312704Z | ^~~~~ 2025-03-21T20:22:42.5314463Z /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:42.5315944Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.5316690Z | ^~~~~~~~ 2025-03-21T20:22:42.5325322Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.5340850Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:42.5357811Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:42.5373726Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.5387899Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:42.5398253Z /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:42.5402284Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:22:42.5404008Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.5405025Z 94 | struct array 2025-03-21T20:22:42.5405478Z | ^~~~~ 2025-03-21T20:22:42.5407011Z /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:42.5408464Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.5409202Z | ^~~~~~~~ 2025-03-21T20:22:42.5417913Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.5434601Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:42.5451445Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:42.5467017Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.5481373Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:42.5492528Z /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:42.5496699Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:22:42.5498729Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.5499806Z 94 | struct array 2025-03-21T20:22:42.5500246Z | ^~~~~ 2025-03-21T20:22:42.5501831Z /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:42.5503326Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.5504081Z | ^~~~~~~~ 2025-03-21T20:22:42.5512244Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.5528166Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:42.5545024Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:42.5561239Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.5575412Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:42.5585964Z /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:42.5590379Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:22:42.5592237Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.5593180Z 94 | struct array 2025-03-21T20:22:42.5593635Z | ^~~~~ 2025-03-21T20:22:42.5595165Z /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:42.5596606Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.5597327Z | ^~~~~~~~ 2025-03-21T20:22:42.5598586Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:42.5599700Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:42.5600381Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:42.5601119Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:42.5601893Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:42.5603071Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:42.5604340Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:11, 2025-03-21T20:22:42.5605557Z from /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:9: 2025-03-21T20:22:42.5613118Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:42.5626114Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:42.5639585Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:42.5651449Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:42.5662387Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.5671679Z /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:42.5675775Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:22:42.5677588Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.5678798Z 94 | struct array 2025-03-21T20:22:42.5679263Z | ^~~~~ 2025-03-21T20:22:42.5680979Z /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:42.5682558Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.5683320Z | ^~~~~~~~ 2025-03-21T20:22:42.5690221Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:42.5702637Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:42.5715602Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:42.5727197Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:42.5738191Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.5747246Z /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:42.5750692Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:22:42.5752386Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.5753354Z 94 | struct array 2025-03-21T20:22:42.5753728Z | ^~~~~ 2025-03-21T20:22:42.5755267Z /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:42.5756763Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.5757517Z | ^~~~~~~~ 2025-03-21T20:22:42.5764062Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:42.5776327Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:42.5789335Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:42.5800234Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:42.5809315Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.5814721Z /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:42.5818450Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:22:42.5820144Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.5821169Z 94 | struct array 2025-03-21T20:22:42.5821593Z | ^~~~~ 2025-03-21T20:22:42.5823107Z /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:42.5824538Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.5825285Z | ^~~~~~~~ 2025-03-21T20:22:42.5830293Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:42.5836974Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:42.5843269Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:42.5848947Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:42.5854266Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.5858761Z /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:42.5860884Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:22:42.5861782Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.5862335Z 94 | struct array 2025-03-21T20:22:42.5862603Z | ^~~~~ 2025-03-21T20:22:42.5863406Z /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:42.5864239Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.5864665Z | ^~~~~~~~ 2025-03-21T20:22:42.5868204Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:42.5875900Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:42.5887853Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:42.5898560Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:42.5907770Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.5913280Z /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:42.5915414Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:22:42.5916347Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.5916916Z 94 | struct array 2025-03-21T20:22:42.5917187Z | ^~~~~ 2025-03-21T20:22:42.5918171Z /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:42.5918982Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.5919401Z | ^~~~~~~~ 2025-03-21T20:22:42.5922819Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:42.5929014Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:42.5935752Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:42.5944831Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:42.5953552Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.5961484Z /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:42.5965382Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:22:42.5967147Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.5968143Z 94 | struct array 2025-03-21T20:22:42.5968606Z | ^~~~~ 2025-03-21T20:22:42.5970153Z /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:42.5971634Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.5972372Z | ^~~~~~~~ 2025-03-21T20:22:42.5977332Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.5985600Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:42.5994876Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:42.6002933Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.6010248Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:42.6017448Z /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:42.6021247Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:22:42.6022410Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.6023012Z 94 | struct array 2025-03-21T20:22:42.6023291Z | ^~~~~ 2025-03-21T20:22:42.6024297Z /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:42.6025157Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.6025584Z | ^~~~~~~~ 2025-03-21T20:22:42.6030102Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.6039677Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:42.6056166Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:42.6072404Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.6085897Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:42.6096929Z /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:42.6101089Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:22:42.6102876Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.6103972Z 94 | struct array 2025-03-21T20:22:42.6104442Z | ^~~~~ 2025-03-21T20:22:42.6106120Z /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:42.6107702Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.6108440Z | ^~~~~~~~ 2025-03-21T20:22:42.6117168Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.6133869Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:42.6150788Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:42.6166626Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.6181104Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:42.6192191Z /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:42.6196348Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:22:42.6198458Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.6199606Z 94 | struct array 2025-03-21T20:22:42.6200052Z | ^~~~~ 2025-03-21T20:22:42.6201729Z /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:42.6203300Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.6204018Z | ^~~~~~~~ 2025-03-21T20:22:42.6212643Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.6229208Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:42.6246805Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:42.6262738Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.6276740Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:42.6287548Z /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:42.6291718Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:22:42.6293451Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.6294432Z 94 | struct array 2025-03-21T20:22:42.6294892Z | ^~~~~ 2025-03-21T20:22:42.6296397Z /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:42.6297814Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.6298567Z | ^~~~~~~~ 2025-03-21T20:22:42.6307336Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.6323997Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:42.6341184Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:42.6356982Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.6369497Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:42.6380702Z /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:42.6384892Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:22:42.6386620Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.6387712Z 94 | struct array 2025-03-21T20:22:42.6388184Z | ^~~~~ 2025-03-21T20:22:42.6389977Z /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:42.6391563Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.6392320Z | ^~~~~~~~ 2025-03-21T20:22:42.6400821Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.6416867Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:42.6433818Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:42.6449531Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.6463852Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:42.6474688Z /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:42.6478798Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:22:42.6480515Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.6481514Z 94 | struct array 2025-03-21T20:22:42.6481965Z | ^~~~~ 2025-03-21T20:22:42.6483484Z /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:42.6484932Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.6485665Z | ^~~~~~~~ 2025-03-21T20:22:42.6487050Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:42.6488415Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:42.6489372Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:42.6490110Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:42.6490843Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:42.6491774Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:42.6492838Z from /pytorch/executorch/kernels/portable/cpu/op_add.cpp:9: 2025-03-21T20:22:42.6502232Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.6519482Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.6536637Z /usr/include/c++/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:42.6553746Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:42.6578534Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:42.6610761Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:42.6636301Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.6653063Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.6668308Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.6675990Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:22:42.6677727Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.6678847Z 94 | struct array 2025-03-21T20:22:42.6679301Z | ^~~~~ 2025-03-21T20:22:42.6681038Z /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:42.6682640Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.6683393Z | ^~~~~~~~ 2025-03-21T20:22:42.6693136Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.6710405Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.6727502Z /usr/include/c++/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:42.6744924Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:42.6768561Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:42.6791360Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:42.6804346Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.6813012Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.6821720Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.6825568Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:22:42.6826501Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.6827266Z 94 | struct array 2025-03-21T20:22:42.6827660Z | ^~~~~ 2025-03-21T20:22:42.6829219Z /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:42.6830705Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.6831400Z | ^~~~~~~~ 2025-03-21T20:22:42.6838590Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.6848052Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.6857563Z /usr/include/c++/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:42.6866763Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:42.6883669Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:42.6912800Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:42.6929985Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.6946858Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.6961482Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.6969117Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:22:42.6970694Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.6971695Z 94 | struct array 2025-03-21T20:22:42.6972158Z | ^~~~~ 2025-03-21T20:22:42.6973743Z /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:42.6975414Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.6976141Z | ^~~~~~~~ 2025-03-21T20:22:42.6985124Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.7001844Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.7018585Z /usr/include/c++/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:42.7036151Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:42.7060552Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:42.7092571Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:42.7117365Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.7133896Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.7148772Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.7156422Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:22:42.7158116Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.7159149Z 94 | struct array 2025-03-21T20:22:42.7159607Z | ^~~~~ 2025-03-21T20:22:42.7161085Z /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:42.7162676Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.7163443Z | ^~~~~~~~ 2025-03-21T20:22:42.7172645Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.7189979Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.7206589Z /usr/include/c++/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:42.7223735Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:42.7248395Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:42.7280265Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:42.7304561Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.7321671Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.7337118Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.7345435Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:22:42.7347143Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.7348185Z 94 | struct array 2025-03-21T20:22:42.7348655Z | ^~~~~ 2025-03-21T20:22:42.7350490Z /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:42.7352170Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.7353030Z | ^~~~~~~~ 2025-03-21T20:22:42.7362462Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.7379639Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.7396961Z /usr/include/c++/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:42.7414246Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:42.7439189Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:42.7471194Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:42.7495618Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.7512391Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.7527497Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.7535114Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:22:42.7536743Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.7537744Z 94 | struct array 2025-03-21T20:22:42.7538198Z | ^~~~~ 2025-03-21T20:22:42.7539908Z /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:42.7541397Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.7542142Z | ^~~~~~~~ 2025-03-21T20:22:42.7551248Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.7568261Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.7584978Z /usr/include/c++/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:42.7602569Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:42.7626994Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:42.7658341Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:42.7683214Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.7698669Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.7713023Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.7720314Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:22:42.7722040Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.7723073Z 94 | struct array 2025-03-21T20:22:42.7723773Z | ^~~~~ 2025-03-21T20:22:42.7725304Z /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:42.7726763Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.7727487Z | ^~~~~~~~ 2025-03-21T20:22:42.7736428Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.7753490Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.7770160Z /usr/include/c++/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:42.7787135Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:42.7810490Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:42.7835997Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:42.7852995Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.7861454Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.7869018Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.7873013Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:22:42.7873893Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.7874527Z 94 | struct array 2025-03-21T20:22:42.7874808Z | ^~~~~ 2025-03-21T20:22:42.7875625Z /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:42.7876404Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.7876829Z | ^~~~~~~~ 2025-03-21T20:22:42.7881056Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.7889845Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.7904461Z /usr/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:42.7920232Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:42.7941983Z /usr/include/c++/9/bits/std_function.h: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:42.7970282Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:42.7993217Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.8007545Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.8020790Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:42.8027465Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:22:42.8029207Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.8030321Z 94 | struct array 2025-03-21T20:22:42.8030782Z | ^~~~~ 2025-03-21T20:22:42.8032583Z /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:42.8034466Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.8035199Z | ^~~~~~~~ 2025-03-21T20:22:42.8043533Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.8058866Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.8074026Z /usr/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:42.8089384Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:42.8111331Z /usr/include/c++/9/bits/std_function.h: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:42.8139602Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:42.8161987Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.8176947Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.8190360Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:42.8197030Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:22:42.8198770Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.8199845Z 94 | struct array 2025-03-21T20:22:42.8200291Z | ^~~~~ 2025-03-21T20:22:42.8201982Z /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:42.8203483Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.8204210Z | ^~~~~~~~ 2025-03-21T20:22:42.8211636Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.8227268Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.8242459Z /usr/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:42.8257366Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:42.8278923Z /usr/include/c++/9/bits/std_function.h: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:42.8307607Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:42.8329884Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.8343886Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.8357584Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:42.8364045Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:22:42.8365753Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.8366810Z 94 | struct array 2025-03-21T20:22:42.8367261Z | ^~~~~ 2025-03-21T20:22:42.8368826Z /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:42.8370351Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.8371106Z | ^~~~~~~~ 2025-03-21T20:22:42.8379140Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.8394653Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.8409800Z /usr/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:42.8424827Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:42.8446505Z /usr/include/c++/9/bits/std_function.h: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:42.8473847Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:42.8495317Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.8509434Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.8522506Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:42.8529128Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:22:42.8530781Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.8531817Z 94 | struct array 2025-03-21T20:22:42.8532278Z | ^~~~~ 2025-03-21T20:22:42.8533804Z /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:42.8535219Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.8535950Z | ^~~~~~~~ 2025-03-21T20:22:42.8544370Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.8559335Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.8574012Z /usr/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:42.8588618Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:42.8610505Z /usr/include/c++/9/bits/std_function.h: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:42.8636273Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:42.8658799Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.8670156Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.8680626Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:42.8686473Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:22:42.8688160Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.8689331Z 94 | struct array 2025-03-21T20:22:42.8689746Z | ^~~~~ 2025-03-21T20:22:42.8691342Z /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:42.8692806Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.8693558Z | ^~~~~~~~ 2025-03-21T20:22:42.8701225Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.8716271Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.8730496Z /usr/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:42.8745205Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:42.8767353Z /usr/include/c++/9/bits/std_function.h: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:42.8795520Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:42.8817688Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.8832618Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.8871038Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:42.8877759Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:22:42.8879603Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.8880663Z 94 | struct array 2025-03-21T20:22:42.8881129Z | ^~~~~ 2025-03-21T20:22:42.8882682Z /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:42.8884161Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.8884880Z | ^~~~~~~~ 2025-03-21T20:22:42.8892791Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.8908035Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.8924089Z /usr/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:42.8939421Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:42.8961078Z /usr/include/c++/9/bits/std_function.h: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:42.8989393Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:42.9011250Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.9024422Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.9034030Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:42.9038946Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:22:42.9040247Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.9041036Z 94 | struct array 2025-03-21T20:22:42.9041377Z | ^~~~~ 2025-03-21T20:22:42.9042724Z /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:42.9044004Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.9044682Z | ^~~~~~~~ 2025-03-21T20:22:42.9052074Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.9066153Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.9080840Z /usr/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:42.9096437Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:42.9117942Z /usr/include/c++/9/bits/std_function.h: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:42.9144396Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:42.9165646Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.9179862Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.9192820Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:42.9199420Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:22:42.9201075Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.9202131Z 94 | struct array 2025-03-21T20:22:42.9202603Z | ^~~~~ 2025-03-21T20:22:42.9204162Z /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:42.9205665Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.9206386Z | ^~~~~~~~ 2025-03-21T20:22:42.9208131Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:42.9209966Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:42.9211740Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:42.9212905Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:42.9213624Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:42.9214326Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:42.9215117Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:42.9216270Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:42.9217371Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:22:42.9225660Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.9239217Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.9250515Z /usr/include/c++/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:42.9264157Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:42.9282747Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:42.9310127Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:42.9331787Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.9346282Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.9359280Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.9365970Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:42.9367751Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.9368857Z 94 | struct array 2025-03-21T20:22:42.9369315Z | ^~~~~ 2025-03-21T20:22:42.9371271Z /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:42.9372846Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.9373614Z | ^~~~~~~~ 2025-03-21T20:22:42.9382351Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.9398724Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.9414813Z /usr/include/c++/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:42.9430306Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:42.9453324Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:42.9482359Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:42.9505666Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.9521327Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.9534488Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.9541047Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:42.9542891Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.9543990Z 94 | struct array 2025-03-21T20:22:42.9544483Z | ^~~~~ 2025-03-21T20:22:42.9546126Z /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:42.9547568Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.9548278Z | ^~~~~~~~ 2025-03-21T20:22:42.9556876Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.9573267Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.9588791Z /usr/include/c++/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:42.9604513Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:42.9627042Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:42.9655947Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:42.9678602Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.9694436Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.9706728Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.9713457Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:42.9715090Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.9716137Z 94 | struct array 2025-03-21T20:22:42.9716618Z | ^~~~~ 2025-03-21T20:22:42.9718202Z /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:42.9719689Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.9720395Z | ^~~~~~~~ 2025-03-21T20:22:42.9728823Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.9744575Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.9760368Z /usr/include/c++/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:42.9775755Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:42.9798216Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:42.9826591Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:42.9849392Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.9865041Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:42.9878710Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:42.9885473Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:42.9887165Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:42.9888207Z 94 | struct array 2025-03-21T20:22:42.9888669Z | ^~~~~ 2025-03-21T20:22:42.9890419Z /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:42.9891851Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:42.9892563Z | ^~~~~~~~ 2025-03-21T20:22:42.9900947Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.9916991Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:42.9932589Z /usr/include/c++/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:42.9947924Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:42.9970533Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:42.9998887Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:43.0021894Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.0037427Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.0051582Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.0058381Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:43.0060148Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.0061223Z 94 | struct array 2025-03-21T20:22:43.0061676Z | ^~~~~ 2025-03-21T20:22:43.0063213Z /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:43.0064738Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.0065490Z | ^~~~~~~~ 2025-03-21T20:22:43.0073919Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.0089847Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.0105437Z /usr/include/c++/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:43.0120994Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:43.0143335Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:43.0172190Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:43.0194229Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.0209504Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.0222097Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.0227835Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:43.0228933Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.0229663Z 94 | struct array 2025-03-21T20:22:43.0229938Z | ^~~~~ 2025-03-21T20:22:43.0230788Z /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:43.0231668Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.0232092Z | ^~~~~~~~ 2025-03-21T20:22:43.0237661Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.0252300Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.0265785Z /usr/include/c++/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:43.0274719Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:43.0288390Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:43.0316472Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:43.0331802Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.0339649Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.0346558Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.0350127Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:43.0351022Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.0351680Z 94 | struct array 2025-03-21T20:22:43.0351952Z | ^~~~~ 2025-03-21T20:22:43.0352799Z /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:43.0353820Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.0354524Z | ^~~~~~~~ 2025-03-21T20:22:43.0361921Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::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:43.0373353Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::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:43.0385241Z /usr/include/c++/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:43.0396661Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:43.0409218Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:43.0424029Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:43.0435913Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::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:43.0443710Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::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:43.0450664Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.0454264Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:43.0455175Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.0455751Z 94 | struct array 2025-03-21T20:22:43.0456021Z | ^~~~~ 2025-03-21T20:22:43.0456488Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:22:43.0457223Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:22:43.0458095Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:22:43.0458751Z from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:11, 2025-03-21T20:22:43.0459404Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-03-21T20:22:43.0459998Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:22:43.0461303Z /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:43.0462176Z 379 | unsigned short x; 2025-03-21T20:22:43.0462457Z | ^ 2025-03-21T20:22:43.0462783Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:43.0463247Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:43.0463667Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:43.0464077Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:43.0464585Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:43.0465174Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:22:43.0470062Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::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:43.0483009Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::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:43.0492339Z /usr/include/c++/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:43.0501892Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:43.0515551Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:43.0533203Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:43.0548999Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::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:43.0557021Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::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:43.0564009Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.0567462Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:43.0568562Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.0569154Z 94 | struct array 2025-03-21T20:22:43.0569414Z | ^~~~~ 2025-03-21T20:22:43.0569919Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-03-21T20:22:43.0570641Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-03-21T20:22:43.0571301Z from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:11, 2025-03-21T20:22:43.0571962Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-03-21T20:22:43.0572551Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:22:43.0573825Z /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:43.0574702Z 87 | uint16_t x; 2025-03-21T20:22:43.0574966Z | ^ 2025-03-21T20:22:43.0575652Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:43.0576676Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:43.0577610Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:43.0578522Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:43.0579506Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:43.0580169Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:43.0580564Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:43.0580978Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:43.0581398Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:43.0581837Z from /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:9: 2025-03-21T20:22:43.0586139Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.0598446Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.0613054Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.0625352Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.0632489Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.0635855Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:22:43.0636802Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.0637397Z 94 | struct array 2025-03-21T20:22:43.0637665Z | ^~~~~ 2025-03-21T20:22:43.0638571Z /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:43.0639416Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.0639825Z | ^~~~~~~~ 2025-03-21T20:22:43.0644026Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.0651937Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.0659796Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.0667038Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.0673817Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.0677230Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:22:43.0678156Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.0678739Z 94 | struct array 2025-03-21T20:22:43.0679007Z | ^~~~~ 2025-03-21T20:22:43.0679892Z /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:43.0680714Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.0681194Z | ^~~~~~~~ 2025-03-21T20:22:43.0685416Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.0693315Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.0701137Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.0708327Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.0715377Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.0720382Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:22:43.0721353Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.0721939Z 94 | struct array 2025-03-21T20:22:43.0722217Z | ^~~~~ 2025-03-21T20:22:43.0723109Z /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:43.0724264Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.0724917Z | ^~~~~~~~ 2025-03-21T20:22:43.0729498Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.0737130Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.0745137Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.0752415Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.0759045Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.0762969Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:22:43.0763897Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.0764463Z 94 | struct array 2025-03-21T20:22:43.0764736Z | ^~~~~ 2025-03-21T20:22:43.0765541Z /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:43.0766380Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.0767080Z | ^~~~~~~~ 2025-03-21T20:22:43.0771547Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.0782722Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.0791345Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.0798706Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.0805406Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.0808946Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:22:43.0809856Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.0810433Z 94 | struct array 2025-03-21T20:22:43.0810705Z | ^~~~~ 2025-03-21T20:22:43.0811560Z /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:43.0812393Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.0812814Z | ^~~~~~~~ 2025-03-21T20:22:43.0817083Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.0825763Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.0839515Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.0852638Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.0865494Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.0869655Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:22:43.0870631Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.0871202Z 94 | struct array 2025-03-21T20:22:43.0871566Z | ^~~~~ 2025-03-21T20:22:43.0872411Z /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:43.0873219Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.0873632Z | ^~~~~~~~ 2025-03-21T20:22:43.0881007Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.0895889Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.0911401Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.0924910Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.0937006Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.0942708Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:22:43.0944384Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.0945370Z 94 | struct array 2025-03-21T20:22:43.0945806Z | ^~~~~ 2025-03-21T20:22:43.0947198Z /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:43.0948603Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.0949234Z | ^~~~~~~~ 2025-03-21T20:22:43.0954676Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.0962641Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.0970418Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.0980963Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.0987769Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.0991692Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:22:43.0992800Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.0993362Z 94 | struct array 2025-03-21T20:22:43.0993633Z | ^~~~~ 2025-03-21T20:22:43.0994448Z /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:43.0995222Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.0995637Z | ^~~~~~~~ 2025-03-21T20:22:43.1001096Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.1018386Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.1036950Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.1054718Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.1072723Z /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:43.1081562Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:22:43.1083352Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.1084456Z 94 | struct array 2025-03-21T20:22:43.1084914Z | ^~~~~ 2025-03-21T20:22:43.1086564Z /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:43.1088096Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.1088824Z | ^~~~~~~~ 2025-03-21T20:22:43.1099533Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.1119681Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.1139875Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.1158836Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.1176662Z /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:43.1185659Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:22:43.1187505Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.1188606Z 94 | struct array 2025-03-21T20:22:43.1189259Z | ^~~~~ 2025-03-21T20:22:43.1190916Z /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:43.1192584Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.1193382Z | ^~~~~~~~ 2025-03-21T20:22:43.1204176Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.1224037Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.1244498Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.1263224Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.1280696Z /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:43.1289362Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:22:43.1290813Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.1291715Z 94 | struct array 2025-03-21T20:22:43.1292172Z | ^~~~~ 2025-03-21T20:22:43.1293828Z /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:43.1295707Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.1296442Z | ^~~~~~~~ 2025-03-21T20:22:43.1307081Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.1326707Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.1346631Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.1364749Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.1382060Z /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:43.1391125Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:22:43.1392875Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.1393902Z 94 | struct array 2025-03-21T20:22:43.1394362Z | ^~~~~ 2025-03-21T20:22:43.1395862Z /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:43.1397171Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.1397888Z | ^~~~~~~~ 2025-03-21T20:22:43.1408183Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.1427844Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.1447801Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.1466181Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.1483544Z /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:43.1492597Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:22:43.1494363Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.1495400Z 94 | struct array 2025-03-21T20:22:43.1495862Z | ^~~~~ 2025-03-21T20:22:43.1497683Z /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:43.1499078Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.1499808Z | ^~~~~~~~ 2025-03-21T20:22:43.1510128Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.1529578Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.1549495Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.1568551Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.1586073Z /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:43.1594940Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:22:43.1596732Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.1597787Z 94 | struct array 2025-03-21T20:22:43.1598262Z | ^~~~~ 2025-03-21T20:22:43.1599826Z /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:43.1601364Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.1602132Z | ^~~~~~~~ 2025-03-21T20:22:43.1612170Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.1632520Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.1652549Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.1671150Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.1689478Z /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:43.1697636Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:22:43.1699404Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.1700458Z 94 | struct array 2025-03-21T20:22:43.1700902Z | ^~~~~ 2025-03-21T20:22:43.1702518Z /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:43.1703962Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.1704700Z | ^~~~~~~~ 2025-03-21T20:22:43.1715055Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.1734170Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.1754701Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.1773302Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.1791059Z /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:43.1800016Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:22:43.1801694Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.1802693Z 94 | struct array 2025-03-21T20:22:43.1803145Z | ^~~~~ 2025-03-21T20:22:43.1804651Z /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:43.1806064Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.1806816Z | ^~~~~~~~ 2025-03-21T20:22:43.1808039Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:43.1809970Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:43.1811651Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:43.1813448Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:43.1815193Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:43.1816241Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:43.1816883Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:43.1817594Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:43.1818297Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:43.1819181Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:43.1820480Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:22:43.1821692Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:22:43.1830084Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.1845256Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.1860523Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.1874818Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.1887954Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.1894671Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:43.1896461Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.1897582Z 94 | struct array 2025-03-21T20:22:43.1898026Z | ^~~~~ 2025-03-21T20:22:43.1899662Z /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:43.1901265Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.1902001Z | ^~~~~~~~ 2025-03-21T20:22:43.1910150Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.1925523Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.1940960Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.1955205Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.1968031Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.1974155Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:43.1975761Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.1976619Z 94 | struct array 2025-03-21T20:22:43.1976972Z | ^~~~~ 2025-03-21T20:22:43.1978214Z /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:43.1979334Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.1979892Z | ^~~~~~~~ 2025-03-21T20:22:43.1985897Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.1997866Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.2011595Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.2022584Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.2033637Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.2039190Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:43.2040832Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.2041807Z 94 | struct array 2025-03-21T20:22:43.2042256Z | ^~~~~ 2025-03-21T20:22:43.2043756Z /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:43.2045156Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.2045809Z | ^~~~~~~~ 2025-03-21T20:22:43.2053395Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.2067634Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.2082168Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.2095994Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.2109246Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.2115982Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:43.2117706Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.2118613Z 94 | struct array 2025-03-21T20:22:43.2119001Z | ^~~~~ 2025-03-21T20:22:43.2120517Z /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:43.2121929Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.2122686Z | ^~~~~~~~ 2025-03-21T20:22:43.2130984Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.2146643Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.2162781Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.2176839Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.2189928Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.2196524Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:43.2198289Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.2199386Z 94 | struct array 2025-03-21T20:22:43.2200097Z | ^~~~~ 2025-03-21T20:22:43.2201681Z /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:43.2203158Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.2203906Z | ^~~~~~~~ 2025-03-21T20:22:43.2212263Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.2227028Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.2242128Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.2256174Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.2269347Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.2275647Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:43.2277356Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.2278325Z 94 | struct array 2025-03-21T20:22:43.2278709Z | ^~~~~ 2025-03-21T20:22:43.2280186Z /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:43.2281655Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.2282365Z | ^~~~~~~~ 2025-03-21T20:22:43.2290690Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.2305668Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.2321042Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.2335868Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.2349520Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.2356656Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:43.2358557Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.2359561Z 94 | struct array 2025-03-21T20:22:43.2360017Z | ^~~~~ 2025-03-21T20:22:43.2361601Z /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:43.2363103Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.2363862Z | ^~~~~~~~ 2025-03-21T20:22:43.2372500Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::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:43.2387498Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::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:22:43.2403768Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::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:22:43.2417468Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::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:43.2430458Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.2436933Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:43.2438699Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.2439769Z 94 | struct array 2025-03-21T20:22:43.2440228Z | ^~~~~ 2025-03-21T20:22:43.2441105Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:22:43.2442506Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:22:43.2443974Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:22:43.2445268Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:22:43.2446506Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:22:43.2447684Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:22:43.2448701Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:22:43.2451055Z /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:43.2452590Z 379 | unsigned short x; 2025-03-21T20:22:43.2453074Z | ^ 2025-03-21T20:22:43.2453778Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:43.2454504Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:43.2455249Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:43.2455989Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:43.2456926Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:43.2458187Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:22:43.2459313Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:22:43.2467623Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.2482239Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.2498634Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.2513109Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.2526132Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.2532443Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:43.2534174Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.2535201Z 94 | struct array 2025-03-21T20:22:43.2535679Z | ^~~~~ 2025-03-21T20:22:43.2537191Z /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:43.2538611Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.2539349Z | ^~~~~~~~ 2025-03-21T20:22:43.2547489Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::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:43.2562652Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::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:22:43.2578627Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::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:22:43.2592213Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::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:43.2605233Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.2611280Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:43.2612837Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.2613738Z 94 | struct array 2025-03-21T20:22:43.2614136Z | ^~~~~ 2025-03-21T20:22:43.2614895Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-03-21T20:22:43.2616073Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-03-21T20:22:43.2617407Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:22:43.2618629Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:22:43.2619824Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:22:43.2620880Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:22:43.2622983Z /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:43.2624470Z 87 | uint16_t x; 2025-03-21T20:22:43.2624880Z | ^ 2025-03-21T20:22:43.2625408Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:43.2626286Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:43.2626999Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:43.2627712Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:43.2628529Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:43.2629655Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:22:43.2630727Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:22:43.2638400Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.2652533Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.2667266Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.2681149Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.2693309Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.2699630Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:43.2701394Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.2702486Z 94 | struct array 2025-03-21T20:22:43.2702940Z | ^~~~~ 2025-03-21T20:22:43.2704725Z /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:43.2706322Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.2707097Z | ^~~~~~~~ 2025-03-21T20:22:43.2715198Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.2730038Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.2745399Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.2759486Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.2772412Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.2778949Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:43.2780722Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.2781792Z 94 | struct array 2025-03-21T20:22:43.2782237Z | ^~~~~ 2025-03-21T20:22:43.2783922Z /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:43.2785501Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.2786272Z | ^~~~~~~~ 2025-03-21T20:22:43.2794676Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.2809428Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.2824661Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.2838620Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.2852142Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.2858713Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:43.2860513Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.2861643Z 94 | struct array 2025-03-21T20:22:43.2862122Z | ^~~~~ 2025-03-21T20:22:43.2863763Z /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:43.2865355Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.2866138Z | ^~~~~~~~ 2025-03-21T20:22:43.2874370Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.2888818Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.2904002Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.2918296Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.2930974Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.2937014Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:43.2938670Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.2939692Z 94 | struct array 2025-03-21T20:22:43.2940158Z | ^~~~~ 2025-03-21T20:22:43.2941702Z /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:43.2943130Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.2943894Z | ^~~~~~~~ 2025-03-21T20:22:43.2952006Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.2966938Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.2982007Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.2995686Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.3008279Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.3014786Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:43.3016529Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.3017587Z 94 | struct array 2025-03-21T20:22:43.3018073Z | ^~~~~ 2025-03-21T20:22:43.3037469Z /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:43.3039393Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.3040119Z | ^~~~~~~~ 2025-03-21T20:22:43.3048103Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.3062701Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.3077738Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.3091588Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.3104513Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.3110458Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:43.3112497Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.3113587Z 94 | struct array 2025-03-21T20:22:43.3114049Z | ^~~~~ 2025-03-21T20:22:43.3115596Z /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:43.3117066Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.3117832Z | ^~~~~~~~ 2025-03-21T20:22:43.3125817Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.3139555Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.3153107Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.3167622Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.3183734Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.3191862Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:43.3193988Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.3195326Z 94 | struct array 2025-03-21T20:22:43.3195910Z | ^~~~~ 2025-03-21T20:22:43.3197859Z /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:43.3199686Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.3200345Z | ^~~~~~~~ 2025-03-21T20:22:43.3208900Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::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:43.3223290Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::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:22:43.3238942Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::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:22:43.3252972Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::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:43.3265337Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.3271729Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:43.3273461Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.3274357Z 94 | struct array 2025-03-21T20:22:43.3274800Z | ^~~~~ 2025-03-21T20:22:43.3275733Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:22:43.3277075Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:22:43.3278321Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:22:43.3279546Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:22:43.3280981Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:22:43.3282541Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:22:43.3283700Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:22:43.3286046Z /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:43.3287605Z 379 | unsigned short x; 2025-03-21T20:22:43.3288089Z | ^ 2025-03-21T20:22:43.3288624Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:43.3289513Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:43.3290117Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:43.3290741Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:43.3291780Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:43.3293045Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:22:43.3294197Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:22:43.3302429Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.3316771Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.3331849Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.3345787Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.3358663Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.3364964Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:43.3366661Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.3367694Z 94 | struct array 2025-03-21T20:22:43.3368166Z | ^~~~~ 2025-03-21T20:22:43.3369612Z /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:43.3371054Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.3371782Z | ^~~~~~~~ 2025-03-21T20:22:43.3379559Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::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:43.3395076Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::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:22:43.3410010Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::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:22:43.3422034Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::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:43.3434156Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.3440494Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:43.3442205Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.3443264Z 94 | struct array 2025-03-21T20:22:43.3443727Z | ^~~~~ 2025-03-21T20:22:43.3444614Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-03-21T20:22:43.3445928Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-03-21T20:22:43.3447057Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:22:43.3448388Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:22:43.3449709Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:22:43.3450859Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:22:43.3453271Z /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:43.3454876Z 87 | uint16_t x; 2025-03-21T20:22:43.3455287Z | ^ 2025-03-21T20:22:43.3456491Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:43.3458275Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:43.3459918Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:43.3461844Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:43.3463885Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:43.3465566Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:43.3467210Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:43.3468998Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:43.3470868Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:43.3472669Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:43.3473746Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:43.3474418Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:43.3475131Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:43.3475905Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:43.3476864Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:43.3477946Z from /pytorch/executorch/kernels/portable/cpu/op_div.cpp:9: 2025-03-21T20:22:43.3486937Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.3503557Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.3521394Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.3537218Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.3551880Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.3558715Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:60:3: required from here 2025-03-21T20:22:43.3560437Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.3561475Z 94 | struct array 2025-03-21T20:22:43.3561926Z | ^~~~~ 2025-03-21T20:22:43.3563508Z /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:43.3565010Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.3565747Z | ^~~~~~~~ 2025-03-21T20:22:43.3574511Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.3591279Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.3608321Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.3623929Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.3634975Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.3640219Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:60:3: required from here 2025-03-21T20:22:43.3641458Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.3642369Z 94 | struct array 2025-03-21T20:22:43.3642750Z | ^~~~~ 2025-03-21T20:22:43.3643906Z /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:43.3645004Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.3645595Z | ^~~~~~~~ 2025-03-21T20:22:43.3653223Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.3667070Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.3681828Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.3697968Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.3706996Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.3710893Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:22:43.3711941Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.3712581Z 94 | struct array 2025-03-21T20:22:43.3712862Z | ^~~~~ 2025-03-21T20:22:43.3713780Z /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:43.3714620Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.3715030Z | ^~~~~~~~ 2025-03-21T20:22:43.3720236Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.3730324Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.3740067Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.3749036Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.3757411Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.3762394Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:22:43.3763850Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.3764518Z 94 | struct array 2025-03-21T20:22:43.3764780Z | ^~~~~ 2025-03-21T20:22:43.3765932Z /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:43.3766876Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.3767311Z | ^~~~~~~~ 2025-03-21T20:22:43.3772722Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.3783095Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.3794130Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.3804602Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.3816366Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.3821721Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:22:43.3823306Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.3824233Z 94 | struct array 2025-03-21T20:22:43.3824656Z | ^~~~~ 2025-03-21T20:22:43.3826080Z /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:43.3827269Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.3827895Z | ^~~~~~~~ 2025-03-21T20:22:43.3833870Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.3851563Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.3869212Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.3885795Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.3901405Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.3909297Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:22:43.3911040Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.3912184Z 94 | struct array 2025-03-21T20:22:43.3912615Z | ^~~~~ 2025-03-21T20:22:43.3914116Z /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:43.3915818Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.3916592Z | ^~~~~~~~ 2025-03-21T20:22:43.3926053Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.3943433Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.3961382Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.3978299Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.3993250Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.4000824Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:22:43.4002329Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.4003216Z 94 | struct array 2025-03-21T20:22:43.4003625Z | ^~~~~ 2025-03-21T20:22:43.4004963Z /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:43.4006361Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.4007108Z | ^~~~~~~~ 2025-03-21T20:22:43.4016321Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.4034365Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.4052374Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.4069047Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.4083972Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.4091685Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:22:43.4093406Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.4094410Z 94 | struct array 2025-03-21T20:22:43.4094872Z | ^~~~~ 2025-03-21T20:22:43.4096422Z /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:43.4097880Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.4098855Z | ^~~~~~~~ 2025-03-21T20:22:43.4107808Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.4125224Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.4143184Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.4160309Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.4175500Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.4182840Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:22:43.4184555Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.4185614Z 94 | struct array 2025-03-21T20:22:43.4186060Z | ^~~~~ 2025-03-21T20:22:43.4187624Z /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:43.4189315Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.4190073Z | ^~~~~~~~ 2025-03-21T20:22:43.4197901Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.4212186Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.4227275Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.4240531Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.4253085Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.4259313Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:189:3: required from here 2025-03-21T20:22:43.4260986Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.4262048Z 94 | struct array 2025-03-21T20:22:43.4262513Z | ^~~~~ 2025-03-21T20:22:43.4264092Z /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:43.4265581Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.4266315Z | ^~~~~~~~ 2025-03-21T20:22:43.4274125Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.4287825Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.4302440Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.4315980Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.4328330Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.4334683Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:189:3: required from here 2025-03-21T20:22:43.4336352Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.4337404Z 94 | struct array 2025-03-21T20:22:43.4337860Z | ^~~~~ 2025-03-21T20:22:43.4339417Z /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:43.4340906Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.4341620Z | ^~~~~~~~ 2025-03-21T20:22:43.4350095Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.4365646Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.4381506Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.4396284Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.4410005Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.4416680Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:22:43.4418469Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.4419574Z 94 | struct array 2025-03-21T20:22:43.4420030Z | ^~~~~ 2025-03-21T20:22:43.4421760Z /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:43.4423350Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.4424035Z | ^~~~~~~~ 2025-03-21T20:22:43.4432364Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.4447705Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.4463796Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.4478447Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.4491827Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.4498528Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:22:43.4500312Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.4501409Z 94 | struct array 2025-03-21T20:22:43.4501874Z | ^~~~~ 2025-03-21T20:22:43.4503536Z /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:43.4505065Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.4505819Z | ^~~~~~~~ 2025-03-21T20:22:43.4514017Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.4529295Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.4545124Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.4559643Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.4573045Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.4579727Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:22:43.4581444Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.4582498Z 94 | struct array 2025-03-21T20:22:43.4582953Z | ^~~~~ 2025-03-21T20:22:43.4584600Z /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:43.4586196Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.4586904Z | ^~~~~~~~ 2025-03-21T20:22:43.4595417Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.4610386Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.4625540Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.4639931Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.4653712Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.4660231Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:22:43.4661862Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.4662885Z 94 | struct array 2025-03-21T20:22:43.4663318Z | ^~~~~ 2025-03-21T20:22:43.4664830Z /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:43.4666226Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.4666953Z | ^~~~~~~~ 2025-03-21T20:22:43.4674309Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.4689702Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.4705770Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.4718864Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.4728065Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.4732180Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:22:43.4733244Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.4733863Z 94 | struct array 2025-03-21T20:22:43.4734166Z | ^~~~~ 2025-03-21T20:22:43.4735115Z /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:43.4736066Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.4736563Z | ^~~~~~~~ 2025-03-21T20:22:43.4741222Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.4750364Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.4763974Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.4777728Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.4790517Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.4797372Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:22:43.4798676Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.4799280Z 94 | struct array 2025-03-21T20:22:43.4799595Z | ^~~~~ 2025-03-21T20:22:43.4800446Z /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:43.4801433Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.4801856Z | ^~~~~~~~ 2025-03-21T20:22:43.4806121Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.4813869Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.4821789Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.4830477Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.4839990Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.4844874Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:22:43.4845811Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.4846399Z 94 | struct array 2025-03-21T20:22:43.4846662Z | ^~~~~ 2025-03-21T20:22:43.4847507Z /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:43.4848301Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.4848718Z | ^~~~~~~~ 2025-03-21T20:22:43.4849392Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:43.4850310Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:43.4851290Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:43.4852212Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:43.4853177Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:43.4854168Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:43.4855166Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:43.4856199Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:43.4857207Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:43.4857877Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:43.4858265Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:43.4858679Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:43.4859104Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:43.4859610Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:43.4860476Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:22:43.4861387Z from /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:9: 2025-03-21T20:22:43.4865877Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.4873593Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:43.4884214Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:43.4894520Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.4904582Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.4912545Z /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:43.4914515Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:22:43.4915468Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.4916059Z 94 | struct array 2025-03-21T20:22:43.4916490Z | ^~~~~ 2025-03-21T20:22:43.4917413Z /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:43.4918277Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.4918702Z | ^~~~~~~~ 2025-03-21T20:22:43.4922274Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.4928734Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:43.4935352Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:43.4941340Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.4946918Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.4952312Z /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:43.4955010Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:22:43.4955952Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.4956536Z 94 | struct array 2025-03-21T20:22:43.4956804Z | ^~~~~ 2025-03-21T20:22:43.4957703Z /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:43.4958522Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.4958947Z | ^~~~~~~~ 2025-03-21T20:22:43.4962453Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.4968800Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:43.4975312Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:43.4984836Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.4994240Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.5001958Z /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:43.5005454Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:22:43.5007172Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.5008205Z 94 | struct array 2025-03-21T20:22:43.5008666Z | ^~~~~ 2025-03-21T20:22:43.5010346Z /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:43.5011908Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.5012597Z | ^~~~~~~~ 2025-03-21T20:22:43.5016157Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.5022310Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:43.5028949Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:43.5034779Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.5040018Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.5044327Z /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:43.5046255Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:22:43.5047122Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.5047690Z 94 | struct array 2025-03-21T20:22:43.5047974Z | ^~~~~ 2025-03-21T20:22:43.5048775Z /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:43.5049548Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.5049986Z | ^~~~~~~~ 2025-03-21T20:22:43.5053451Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.5059905Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:43.5066699Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:43.5072672Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.5081909Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.5090345Z /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:43.5094226Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:22:43.5095824Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.5096799Z 94 | struct array 2025-03-21T20:22:43.5097229Z | ^~~~~ 2025-03-21T20:22:43.5098659Z /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:43.5100066Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.5100776Z | ^~~~~~~~ 2025-03-21T20:22:43.5107075Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.5118510Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:43.5130310Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:43.5141578Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.5151879Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.5160657Z /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:43.5164347Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:22:43.5166067Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.5167120Z 94 | struct array 2025-03-21T20:22:43.5167560Z | ^~~~~ 2025-03-21T20:22:43.5169120Z /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:43.5170560Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.5171280Z | ^~~~~~~~ 2025-03-21T20:22:43.5177917Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.5190327Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:43.5202910Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:43.5214559Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.5225316Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.5234038Z /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:43.5237838Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:22:43.5239413Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.5240350Z 94 | struct array 2025-03-21T20:22:43.5240801Z | ^~~~~ 2025-03-21T20:22:43.5242349Z /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:43.5243816Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.5244551Z | ^~~~~~~~ 2025-03-21T20:22:43.5251346Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.5263350Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:43.5276644Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:43.5288581Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.5299456Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.5308066Z /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:43.5311828Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:22:43.5313500Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.5314498Z 94 | struct array 2025-03-21T20:22:43.5314947Z | ^~~~~ 2025-03-21T20:22:43.5316499Z /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:43.5317961Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.5318714Z | ^~~~~~~~ 2025-03-21T20:22:43.5327001Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.5342499Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.5358157Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.5372504Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.5386060Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.5395580Z /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:43.5399750Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:22:43.5401537Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.5402648Z 94 | struct array 2025-03-21T20:22:43.5403117Z | ^~~~~ 2025-03-21T20:22:43.5404859Z /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:43.5406629Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.5407380Z | ^~~~~~~~ 2025-03-21T20:22:43.5415359Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.5430585Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.5446293Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.5460616Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.5474030Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.5483685Z /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:43.5487238Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:22:43.5489169Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.5490200Z 94 | struct array 2025-03-21T20:22:43.5490635Z | ^~~~~ 2025-03-21T20:22:43.5492331Z /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:43.5493851Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.5494543Z | ^~~~~~~~ 2025-03-21T20:22:43.5502519Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.5518379Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.5533824Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.5547804Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.5561307Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.5571578Z /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:43.5575496Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:22:43.5577215Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.5578292Z 94 | struct array 2025-03-21T20:22:43.5578734Z | ^~~~~ 2025-03-21T20:22:43.5580368Z /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:43.5581903Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.5582658Z | ^~~~~~~~ 2025-03-21T20:22:43.5590820Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.5605850Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.5621219Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.5636384Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.5649702Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.5659533Z /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:43.5663355Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:22:43.5664987Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.5666015Z 94 | struct array 2025-03-21T20:22:43.5666498Z | ^~~~~ 2025-03-21T20:22:43.5668025Z /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:43.5669460Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.5670208Z | ^~~~~~~~ 2025-03-21T20:22:43.5678260Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.5693766Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.5709296Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:43.5723715Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.5737042Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.5746974Z /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:43.5751088Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:22:43.5752866Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.5753948Z 94 | struct array 2025-03-21T20:22:43.5754417Z | ^~~~~ 2025-03-21T20:22:43.5756036Z /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:43.5757656Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.5758435Z | ^~~~~~~~ 2025-03-21T20:22:43.5766679Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.5781815Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.5797671Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.5811894Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.5825129Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.5834678Z /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:43.5838364Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:22:43.5839940Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.5840934Z 94 | struct array 2025-03-21T20:22:43.5841378Z | ^~~~~ 2025-03-21T20:22:43.5842936Z /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:43.5844314Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.5845033Z | ^~~~~~~~ 2025-03-21T20:22:43.5852982Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.5867820Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.5883704Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.5897802Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.5910624Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.5920480Z /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:43.5924189Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:22:43.5925910Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.5927309Z 94 | struct array 2025-03-21T20:22:43.5927779Z | ^~~~~ 2025-03-21T20:22:43.5929301Z /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:43.5930749Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.5931492Z | ^~~~~~~~ 2025-03-21T20:22:43.5939422Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.5954112Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.5969282Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:43.5982925Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.5996885Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.6006590Z /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:43.6010352Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:22:43.6012000Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.6012979Z 94 | struct array 2025-03-21T20:22:43.6013439Z | ^~~~~ 2025-03-21T20:22:43.6015001Z /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:43.6016465Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.6017199Z | ^~~~~~~~ 2025-03-21T20:22:43.6018460Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:43.6019605Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:43.6020299Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:43.6021035Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:43.6021784Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:43.6022646Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:43.6023956Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:22:43.6025157Z from /pytorch/executorch/kernels/portable/cpu/op_atan2.cpp:9: 2025-03-21T20:22:43.6034047Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.6050840Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.6066995Z /usr/include/c++/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:43.6083008Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:43.6106172Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:43.6136220Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:43.6160102Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.6175423Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.6186529Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.6191856Z /pytorch/executorch/kernels/portable/cpu/op_atan2.cpp:57:3: required from here 2025-03-21T20:22:43.6193123Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.6193907Z 94 | struct array 2025-03-21T20:22:43.6194251Z | ^~~~~ 2025-03-21T20:22:43.6195403Z /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:43.6196485Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.6197047Z | ^~~~~~~~ 2025-03-21T20:22:43.6204541Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.6220679Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.6237026Z /usr/include/c++/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:43.6249997Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:43.6271171Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:43.6297308Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:43.6320724Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.6336704Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.6351386Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.6358455Z /pytorch/executorch/kernels/portable/cpu/op_atan2.cpp:57:3: required from here 2025-03-21T20:22:43.6360195Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.6361231Z 94 | struct array 2025-03-21T20:22:43.6361708Z | ^~~~~ 2025-03-21T20:22:43.6363236Z /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:43.6364714Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.6365446Z | ^~~~~~~~ 2025-03-21T20:22:43.6366806Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:43.6368661Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:43.6370443Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:43.6372308Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:43.6374086Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:43.6375992Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:43.6377791Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:43.6378906Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:43.6379581Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:43.6380298Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:43.6380984Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:43.6381849Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:43.6383076Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:11, 2025-03-21T20:22:43.6384248Z from /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:9: 2025-03-21T20:22:43.6391874Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.6405081Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.6417088Z /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:43.6429924Z /usr/include/c++/9/bits/std_function.h: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:43.6447905Z /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:43.6471999Z /usr/include/c++/9/bits/std_function.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:43.6490817Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.6502916Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.6513959Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.6523466Z /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:43.6527626Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:22:43.6529438Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.6530519Z 94 | struct array 2025-03-21T20:22:43.6530985Z | ^~~~~ 2025-03-21T20:22:43.6532706Z /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:43.6534295Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.6535047Z | ^~~~~~~~ 2025-03-21T20:22:43.6541939Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.6554828Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.6567130Z /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:43.6580042Z /usr/include/c++/9/bits/std_function.h: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:43.6596644Z /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:43.6609705Z /usr/include/c++/9/bits/std_function.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:43.6617352Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.6623261Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.6629011Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.6633309Z /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:43.6633896Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:22:43.6634840Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.6635020Z 94 | struct array 2025-03-21T20:22:43.6635156Z | ^~~~~ 2025-03-21T20:22:43.6636549Z /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:43.6636876Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.6637095Z | ^~~~~~~~ 2025-03-21T20:22:43.6643449Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.6650805Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.6656871Z /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:43.6663988Z /usr/include/c++/9/bits/std_function.h: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:43.6675288Z /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:43.6688318Z /usr/include/c++/9/bits/std_function.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:43.6695748Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.6701617Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.6707280Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.6711329Z /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:43.6712297Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:22:43.6713234Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.6713395Z 94 | struct array 2025-03-21T20:22:43.6713566Z | ^~~~~ 2025-03-21T20:22:43.6715029Z /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:43.6715370Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.6715581Z | ^~~~~~~~ 2025-03-21T20:22:43.6721561Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.6728539Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.6734139Z /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:43.6741148Z /usr/include/c++/9/bits/std_function.h: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:43.6752352Z /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:43.6764682Z /usr/include/c++/9/bits/std_function.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:43.6771519Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.6777296Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.6783028Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.6787075Z /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:43.6787673Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:22:43.6788591Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.6788791Z 94 | struct array 2025-03-21T20:22:43.6789173Z | ^~~~~ 2025-03-21T20:22:43.6790381Z /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:43.6790717Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.6790912Z | ^~~~~~~~ 2025-03-21T20:22:43.6797078Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.6804129Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.6810210Z /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:43.6817680Z /usr/include/c++/9/bits/std_function.h: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:43.6828676Z /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:43.6841358Z /usr/include/c++/9/bits/std_function.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:43.6848654Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.6854439Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.6859509Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.6863035Z /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:43.6863518Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:22:43.6864299Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.6864480Z 94 | struct array 2025-03-21T20:22:43.6864620Z | ^~~~~ 2025-03-21T20:22:43.6865823Z /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:43.6866165Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.6866546Z | ^~~~~~~~ 2025-03-21T20:22:43.6870599Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.6874465Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.6877469Z /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:43.6881181Z /usr/include/c++/9/bits/std_function.h: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:43.6886746Z /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:43.6896325Z /usr/include/c++/9/bits/std_function.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:43.6902807Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.6908314Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.6913610Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.6917677Z /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:43.6918212Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:22:43.6919195Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.6919376Z 94 | struct array 2025-03-21T20:22:43.6919519Z | ^~~~~ 2025-03-21T20:22:43.6920725Z /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:43.6921033Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.6921246Z | ^~~~~~~~ 2025-03-21T20:22:43.6928727Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.6936606Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.6940938Z /usr/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:43.6948368Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:43.6957273Z /usr/include/c++/9/bits/std_function.h: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:43.6966101Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:43.6970920Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.6974962Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.6978979Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.6981232Z /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:43.6981566Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:22:43.6982102Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.6982226Z 94 | struct array 2025-03-21T20:22:43.6982323Z | ^~~~~ 2025-03-21T20:22:43.6983078Z /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:43.6983266Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.6983390Z | ^~~~~~~~ 2025-03-21T20:22:43.6987685Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.6992910Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.6999910Z /usr/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:43.7009179Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:43.7022737Z /usr/include/c++/9/bits/std_function.h: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:43.7033187Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:43.7038052Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.7042096Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.7046059Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.7048313Z /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:43.7071968Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:22:43.7073012Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.7073165Z 94 | struct array 2025-03-21T20:22:43.7073318Z | ^~~~~ 2025-03-21T20:22:43.7074452Z /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:43.7074761Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.7074930Z | ^~~~~~~~ 2025-03-21T20:22:43.7082566Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.7091204Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.7095603Z /usr/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:43.7100407Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:43.7109261Z /usr/include/c++/9/bits/std_function.h: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:43.7122650Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:43.7127986Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.7132418Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.7136836Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.7139252Z /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:43.7139611Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:22:43.7140161Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.7140271Z 94 | struct array 2025-03-21T20:22:43.7140415Z | ^~~~~ 2025-03-21T20:22:43.7141194Z /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:43.7141405Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.7141552Z | ^~~~~~~~ 2025-03-21T20:22:43.7146842Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.7152328Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.7159872Z /usr/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:43.7168724Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:43.7183818Z /usr/include/c++/9/bits/std_function.h: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:43.7200893Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:43.7210153Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.7217938Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.7225978Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.7230178Z /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:43.7230778Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:22:43.7231760Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.7231947Z 94 | struct array 2025-03-21T20:22:43.7232112Z | ^~~~~ 2025-03-21T20:22:43.7233366Z /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:43.7233721Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.7233919Z | ^~~~~~~~ 2025-03-21T20:22:43.7242058Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.7251379Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.7259532Z /usr/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:43.7268884Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:43.7284179Z /usr/include/c++/9/bits/std_function.h: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:43.7301816Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:43.7311177Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.7319173Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.7334765Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.7345415Z /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:43.7349613Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:22:43.7351498Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.7352622Z 94 | struct array 2025-03-21T20:22:43.7353030Z | ^~~~~ 2025-03-21T20:22:43.7354793Z /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:43.7356928Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.7357649Z | ^~~~~~~~ 2025-03-21T20:22:43.7366429Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.7383106Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.7399883Z /usr/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:43.7415718Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:43.7439316Z /usr/include/c++/9/bits/std_function.h: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:43.7469892Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:43.7493372Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.7508937Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.7523124Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.7533560Z /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:43.7537740Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:22:43.7539470Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.7540497Z 94 | struct array 2025-03-21T20:22:43.7540954Z | ^~~~~ 2025-03-21T20:22:43.7542453Z /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:43.7543872Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.7544613Z | ^~~~~~~~ 2025-03-21T20:22:43.7545997Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:43.7547846Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:43.7548999Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:43.7549688Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:43.7550430Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:43.7551219Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:43.7552274Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:43.7553504Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:11, 2025-03-21T20:22:43.7554690Z from /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:9: 2025-03-21T20:22:43.7561775Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.7575162Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.7587667Z /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:43.7600500Z /usr/include/c++/9/bits/std_function.h: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:43.7618523Z /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:43.7641467Z /usr/include/c++/9/bits/std_function.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:43.7660032Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.7672098Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.7682692Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.7691926Z /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:43.7696047Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:22:43.7697876Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.7698962Z 94 | struct array 2025-03-21T20:22:43.7699418Z | ^~~~~ 2025-03-21T20:22:43.7701333Z /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:43.7702954Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.7703695Z | ^~~~~~~~ 2025-03-21T20:22:43.7710455Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.7723171Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.7735242Z /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:43.7747711Z /usr/include/c++/9/bits/std_function.h: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:43.7765442Z /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:43.7787358Z /usr/include/c++/9/bits/std_function.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:43.7805893Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.7818587Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.7829055Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.7837320Z /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:43.7840141Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:22:43.7841120Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.7841712Z 94 | struct array 2025-03-21T20:22:43.7841985Z | ^~~~~ 2025-03-21T20:22:43.7842871Z /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:43.7843681Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.7844111Z | ^~~~~~~~ 2025-03-21T20:22:43.7847610Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.7855922Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.7864345Z /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:43.7870836Z /usr/include/c++/9/bits/std_function.h: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:43.7879815Z /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:43.7894954Z /usr/include/c++/9/bits/std_function.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:43.7909748Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.7916894Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.7922994Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.7927891Z /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:43.7930125Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:22:43.7931294Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.7932144Z 94 | struct array 2025-03-21T20:22:43.7932521Z | ^~~~~ 2025-03-21T20:22:43.7934008Z /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:43.7935403Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.7936130Z | ^~~~~~~~ 2025-03-21T20:22:43.7942022Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.7953731Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.7964931Z /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:43.7976975Z /usr/include/c++/9/bits/std_function.h: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:43.7994805Z /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:43.8017152Z /usr/include/c++/9/bits/std_function.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:43.8035309Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.8047340Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.8057804Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.8066812Z /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:43.8070964Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:22:43.8072778Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.8073798Z 94 | struct array 2025-03-21T20:22:43.8074255Z | ^~~~~ 2025-03-21T20:22:43.8075788Z /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:43.8077254Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.8078019Z | ^~~~~~~~ 2025-03-21T20:22:43.8084757Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.8097286Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.8109823Z /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:43.8121933Z /usr/include/c++/9/bits/std_function.h: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:43.8133803Z /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:43.8150481Z /usr/include/c++/9/bits/std_function.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:43.8162071Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.8173088Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.8183361Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.8192575Z /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:43.8196675Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:22:43.8198445Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.8199734Z 94 | struct array 2025-03-21T20:22:43.8200199Z | ^~~~~ 2025-03-21T20:22:43.8201798Z /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:43.8203282Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.8204056Z | ^~~~~~~~ 2025-03-21T20:22:43.8209955Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.8221726Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.8233009Z /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:43.8244563Z /usr/include/c++/9/bits/std_function.h: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:43.8260984Z /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:43.8281911Z /usr/include/c++/9/bits/std_function.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:43.8298167Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.8309242Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.8319236Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.8327455Z /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:43.8330653Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:22:43.8332263Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.8333093Z 94 | struct array 2025-03-21T20:22:43.8333477Z | ^~~~~ 2025-03-21T20:22:43.8334705Z /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:43.8335800Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.8336373Z | ^~~~~~~~ 2025-03-21T20:22:43.8343163Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.8356643Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.8372790Z /usr/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:43.8389255Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:43.8408850Z /usr/include/c++/9/bits/std_function.h: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:43.8438013Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:43.8462410Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.8478941Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.8493780Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.8504927Z /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:43.8509247Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:22:43.8511144Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.8512394Z 94 | struct array 2025-03-21T20:22:43.8512836Z | ^~~~~ 2025-03-21T20:22:43.8514558Z /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:43.8516144Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.8516862Z | ^~~~~~~~ 2025-03-21T20:22:43.8525608Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.8542128Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.8558541Z /usr/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:43.8574749Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:43.8598377Z /usr/include/c++/9/bits/std_function.h: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:43.8629104Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:43.8651308Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.8662875Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.8674463Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.8685066Z /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:43.8689437Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:22:43.8691034Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.8692101Z 94 | struct array 2025-03-21T20:22:43.8692534Z | ^~~~~ 2025-03-21T20:22:43.8694178Z /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:43.8695690Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.8696382Z | ^~~~~~~~ 2025-03-21T20:22:43.8705052Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.8721384Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.8738071Z /usr/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:43.8754329Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:43.8777479Z /usr/include/c++/9/bits/std_function.h: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:43.8808450Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:43.8831887Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.8847349Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.8862284Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.8873109Z /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:43.8877223Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:22:43.8879027Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.8880143Z 94 | struct array 2025-03-21T20:22:43.8880588Z | ^~~~~ 2025-03-21T20:22:43.8882258Z /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:43.8883803Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.8884518Z | ^~~~~~~~ 2025-03-21T20:22:43.8893378Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.8908864Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.8925432Z /usr/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:43.8941078Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:43.8964463Z /usr/include/c++/9/bits/std_function.h: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:43.8995107Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:43.9018763Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.9034414Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.9048893Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.9059695Z /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:43.9063786Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:22:43.9065482Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.9066508Z 94 | struct array 2025-03-21T20:22:43.9066969Z | ^~~~~ 2025-03-21T20:22:43.9068378Z /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:43.9069684Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.9070400Z | ^~~~~~~~ 2025-03-21T20:22:43.9078790Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.9094546Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.9110762Z /usr/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:43.9126918Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:43.9150106Z /usr/include/c++/9/bits/std_function.h: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:43.9180986Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:43.9205065Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.9220532Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:43.9235348Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.9246146Z /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:43.9250192Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:22:43.9251974Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.9253006Z 94 | struct array 2025-03-21T20:22:43.9253453Z | ^~~~~ 2025-03-21T20:22:43.9254964Z /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:43.9256447Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.9257168Z | ^~~~~~~~ 2025-03-21T20:22:43.9265750Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.9281843Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.9298150Z /usr/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:43.9313919Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:43.9336749Z /usr/include/c++/9/bits/std_function.h: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:43.9366731Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:43.9390208Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.9406110Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:43.9419105Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:43.9429997Z /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:43.9434241Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:22:43.9436124Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.9437113Z 94 | struct array 2025-03-21T20:22:43.9437562Z | ^~~~~ 2025-03-21T20:22:43.9439064Z /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:43.9440510Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.9441163Z | ^~~~~~~~ 2025-03-21T20:22:43.9441844Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:43.9442486Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:43.9443142Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:43.9443813Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:43.9444686Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:43.9445888Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:11, 2025-03-21T20:22:43.9447049Z from /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:9: 2025-03-21T20:22:43.9453626Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.9465620Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.9477615Z /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:43.9490142Z /usr/include/c++/9/bits/std_function.h: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:43.9506822Z /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:43.9528705Z /usr/include/c++/9/bits/std_function.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:43.9547060Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.9558699Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.9569106Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.9578085Z /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:43.9582018Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:22:43.9584011Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.9585023Z 94 | struct array 2025-03-21T20:22:43.9585450Z | ^~~~~ 2025-03-21T20:22:43.9587000Z /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:43.9588483Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.9589317Z | ^~~~~~~~ 2025-03-21T20:22:43.9595456Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.9607399Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.9619343Z /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:43.9631292Z /usr/include/c++/9/bits/std_function.h: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:43.9648821Z /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:43.9669858Z /usr/include/c++/9/bits/std_function.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:43.9685371Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.9695253Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.9703589Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.9711261Z /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:43.9715262Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:22:43.9717068Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.9718171Z 94 | struct array 2025-03-21T20:22:43.9718632Z | ^~~~~ 2025-03-21T20:22:43.9720336Z /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:43.9721735Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.9722504Z | ^~~~~~~~ 2025-03-21T20:22:43.9728289Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.9739720Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.9751622Z /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:43.9763392Z /usr/include/c++/9/bits/std_function.h: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:43.9779783Z /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:43.9802543Z /usr/include/c++/9/bits/std_function.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:43.9821157Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.9833356Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:43.9843120Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.9851703Z /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:43.9856224Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:22:43.9857960Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:43.9859058Z 94 | struct array 2025-03-21T20:22:43.9859528Z | ^~~~~ 2025-03-21T20:22:43.9861214Z /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:43.9862770Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:43.9863504Z | ^~~~~~~~ 2025-03-21T20:22:43.9870461Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.9883133Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.9894552Z /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:43.9906757Z /usr/include/c++/9/bits/std_function.h: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:43.9924003Z /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:43.9946087Z /usr/include/c++/9/bits/std_function.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:43.9963606Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.9975244Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:43.9985643Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:43.9995125Z /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:43.9999395Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:22:44.0001134Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.0002209Z 94 | struct array 2025-03-21T20:22:44.0002680Z | ^~~~~ 2025-03-21T20:22:44.0004303Z /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:44.0005695Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.0006449Z | ^~~~~~~~ 2025-03-21T20:22:44.0013144Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:44.0025777Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:44.0037978Z /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:44.0050833Z /usr/include/c++/9/bits/std_function.h: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:44.0068264Z /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:44.0091303Z /usr/include/c++/9/bits/std_function.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:44.0110164Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:44.0122066Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:44.0132634Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.0141560Z /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:44.0145820Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:22:44.0147608Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.0148685Z 94 | struct array 2025-03-21T20:22:44.0149151Z | ^~~~~ 2025-03-21T20:22:44.0150765Z /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:44.0152380Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.0153141Z | ^~~~~~~~ 2025-03-21T20:22:44.0159744Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:44.0172474Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:44.0184078Z /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:44.0196499Z /usr/include/c++/9/bits/std_function.h: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:44.0213613Z /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:44.0236470Z /usr/include/c++/9/bits/std_function.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:44.0254503Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:44.0266157Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:44.0276707Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.0285575Z /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:44.0290198Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:22:44.0291949Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.0292946Z 94 | struct array 2025-03-21T20:22:44.0293408Z | ^~~~~ 2025-03-21T20:22:44.0294917Z /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:44.0296527Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.0297282Z | ^~~~~~~~ 2025-03-21T20:22:44.0305937Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.0322270Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.0338683Z /usr/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:44.0355427Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:44.0379229Z /usr/include/c++/9/bits/std_function.h: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:44.0410136Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:44.0434502Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.0450784Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.0465392Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.0476533Z /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:44.0480691Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:22:44.0482504Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.0483614Z 94 | struct array 2025-03-21T20:22:44.0484220Z | ^~~~~ 2025-03-21T20:22:44.0485941Z /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:44.0487564Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.0488302Z | ^~~~~~~~ 2025-03-21T20:22:44.0497257Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.0513790Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.0529524Z /usr/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:44.0545885Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:44.0569150Z /usr/include/c++/9/bits/std_function.h: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:44.0597936Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:44.0620909Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.0637108Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.0651193Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.0662194Z /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:44.0665875Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:22:44.0667906Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.0668994Z 94 | struct array 2025-03-21T20:22:44.0669442Z | ^~~~~ 2025-03-21T20:22:44.0671111Z /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:44.0672675Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.0673348Z | ^~~~~~~~ 2025-03-21T20:22:44.0682665Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.0697275Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.0712646Z /usr/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:44.0728951Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:44.0750943Z /usr/include/c++/9/bits/std_function.h: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:44.0781166Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:44.0804565Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.0820457Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.0834898Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.0846186Z /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:44.0850125Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:22:44.0851824Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.0852914Z 94 | struct array 2025-03-21T20:22:44.0853382Z | ^~~~~ 2025-03-21T20:22:44.0854923Z /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:44.0856394Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.0857119Z | ^~~~~~~~ 2025-03-21T20:22:44.0865774Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.0882067Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.0897936Z /usr/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:44.0914434Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:44.0937465Z /usr/include/c++/9/bits/std_function.h: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:44.0967343Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:44.0991261Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.1006930Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.1021084Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.1032776Z /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:44.1036978Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:22:44.1038731Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.1039808Z 94 | struct array 2025-03-21T20:22:44.1040300Z | ^~~~~ 2025-03-21T20:22:44.1041837Z /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:44.1043278Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.1044052Z | ^~~~~~~~ 2025-03-21T20:22:44.1052924Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.1069116Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.1085149Z /usr/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:44.1101222Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:44.1124786Z /usr/include/c++/9/bits/std_function.h: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:44.1155010Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:44.1178950Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.1195331Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.1209533Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.1220922Z /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:44.1224978Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:22:44.1226765Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.1227747Z 94 | struct array 2025-03-21T20:22:44.1228178Z | ^~~~~ 2025-03-21T20:22:44.1229723Z /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:44.1231231Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.1232091Z | ^~~~~~~~ 2025-03-21T20:22:44.1240925Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.1256831Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.1269929Z /usr/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:44.1281597Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:44.1297989Z /usr/include/c++/9/bits/std_function.h: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:44.1321181Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:44.1343428Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.1358446Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.1366141Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.1372160Z /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:44.1374536Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:22:44.1375486Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.1376113Z 94 | struct array 2025-03-21T20:22:44.1376381Z | ^~~~~ 2025-03-21T20:22:44.1377398Z /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:44.1378882Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.1379695Z | ^~~~~~~~ 2025-03-21T20:22:44.1380705Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:44.1381917Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:44.1382902Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:44.1383941Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:44.1385234Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:44.1386483Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:44.1387726Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:44.1389852Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:44.1390791Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:44.1391341Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:44.1391997Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:44.1392609Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:44.1393381Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:44.1394586Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:22:44.1395984Z from /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:9: 2025-03-21T20:22:44.1400982Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.1409433Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:44.1418215Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:44.1427106Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.1439550Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.1445749Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:22:44.1447667Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.1448917Z 94 | struct array 2025-03-21T20:22:44.1449472Z | ^~~~~ 2025-03-21T20:22:44.1451239Z /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:44.1452602Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.1453403Z | ^~~~~~~~ 2025-03-21T20:22:44.1461234Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.1476952Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:44.1493838Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:44.1508502Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.1518407Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.1522207Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:22:44.1523282Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.1523980Z 94 | struct array 2025-03-21T20:22:44.1524361Z | ^~~~~ 2025-03-21T20:22:44.1525397Z /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:44.1526495Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.1526965Z | ^~~~~~~~ 2025-03-21T20:22:44.1531707Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.1540162Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:44.1549090Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:44.1557558Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.1565115Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.1568807Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:22:44.1569873Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.1570544Z 94 | struct array 2025-03-21T20:22:44.1570892Z | ^~~~~ 2025-03-21T20:22:44.1571898Z /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:44.1572805Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.1573343Z | ^~~~~~~~ 2025-03-21T20:22:44.1577759Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.1582515Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:44.1587340Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:44.1592379Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.1599726Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.1600375Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:22:44.1601435Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.1601639Z 94 | struct array 2025-03-21T20:22:44.1601851Z | ^~~~~ 2025-03-21T20:22:44.1603178Z /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:44.1603644Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.1603885Z | ^~~~~~~~ 2025-03-21T20:22:44.1612136Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.1621431Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:44.1630231Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:44.1638298Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.1645605Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.1646469Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:22:44.1647470Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.1647886Z 94 | struct array 2025-03-21T20:22:44.1648092Z | ^~~~~ 2025-03-21T20:22:44.1649598Z /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:44.1650013Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.1650305Z | ^~~~~~~~ 2025-03-21T20:22:44.1658221Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.1666629Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:44.1675076Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:44.1682882Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.1690575Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.1691243Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:22:44.1692268Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.1692475Z 94 | struct array 2025-03-21T20:22:44.1692724Z | ^~~~~ 2025-03-21T20:22:44.1693931Z /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:44.1694507Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.1694761Z | ^~~~~~~~ 2025-03-21T20:22:44.1702521Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.1711555Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:44.1719161Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:44.1725543Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.1731607Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.1732219Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:22:44.1733231Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.1733544Z 94 | struct array 2025-03-21T20:22:44.1733737Z | ^~~~~ 2025-03-21T20:22:44.1734903Z /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:44.1735230Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.1735514Z | ^~~~~~~~ 2025-03-21T20:22:44.1735768Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:44.1736097Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:44.1736470Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:44.1736702Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:44.1737331Z from /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:9: 2025-03-21T20:22:44.1744768Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.1753691Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.1760915Z /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:44.1769686Z /usr/include/c++/9/bits/std_function.h: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:44.1783525Z /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:44.1799205Z /usr/include/c++/9/bits/std_function.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:44.1807897Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.1814967Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.1821908Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.1822725Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:22:44.1823712Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.1823970Z 94 | struct array 2025-03-21T20:22:44.1824153Z | ^~~~~ 2025-03-21T20:22:44.1825609Z /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:44.1825956Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.1826281Z | ^~~~~~~~ 2025-03-21T20:22:44.1833616Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.1841960Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.1849061Z /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:44.1857636Z /usr/include/c++/9/bits/std_function.h: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:44.1871948Z /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:44.1887243Z /usr/include/c++/9/bits/std_function.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:44.1895995Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.1902873Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.1908441Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.1908912Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:22:44.1909776Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.1909952Z 94 | struct array 2025-03-21T20:22:44.1910290Z | ^~~~~ 2025-03-21T20:22:44.1911564Z /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:44.1911941Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.1912177Z | ^~~~~~~~ 2025-03-21T20:22:44.1918344Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.1925919Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.1934195Z /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:44.1969082Z /usr/include/c++/9/bits/std_function.h: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:44.1983142Z /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:44.2000045Z /usr/include/c++/9/bits/std_function.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:44.2008755Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.2015873Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.2023349Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.2023943Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:22:44.2024889Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.2025077Z 94 | struct array 2025-03-21T20:22:44.2025235Z | ^~~~~ 2025-03-21T20:22:44.2026560Z /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:44.2026904Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.2027104Z | ^~~~~~~~ 2025-03-21T20:22:44.2034801Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.2043460Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.2050823Z /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:44.2059760Z /usr/include/c++/9/bits/std_function.h: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:44.2073840Z /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:44.2089925Z /usr/include/c++/9/bits/std_function.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:44.2098885Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.2106098Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.2113342Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.2113931Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:22:44.2115043Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.2115235Z 94 | struct array 2025-03-21T20:22:44.2115405Z | ^~~~~ 2025-03-21T20:22:44.2116645Z /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:44.2116967Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.2117197Z | ^~~~~~~~ 2025-03-21T20:22:44.2125243Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.2134319Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.2141932Z /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:44.2150924Z /usr/include/c++/9/bits/std_function.h: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:44.2165386Z /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:44.2180958Z /usr/include/c++/9/bits/std_function.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:44.2190080Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.2197226Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.2204269Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.2204843Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:22:44.2205820Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.2206015Z 94 | struct array 2025-03-21T20:22:44.2206175Z | ^~~~~ 2025-03-21T20:22:44.2207473Z /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:44.2207812Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.2208009Z | ^~~~~~~~ 2025-03-21T20:22:44.2215407Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.2224548Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.2232075Z /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:44.2240810Z /usr/include/c++/9/bits/std_function.h: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:44.2254938Z /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:44.2270819Z /usr/include/c++/9/bits/std_function.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:44.2279720Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.2286786Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.2294485Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.2295028Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:22:44.2295966Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.2296156Z 94 | struct array 2025-03-21T20:22:44.2296330Z | ^~~~~ 2025-03-21T20:22:44.2297545Z /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:44.2297897Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.2298097Z | ^~~~~~~~ 2025-03-21T20:22:44.2305646Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.2314690Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.2322243Z /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:44.2330827Z /usr/include/c++/9/bits/std_function.h: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:44.2343906Z /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:44.2371136Z /usr/include/c++/9/bits/std_function.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:44.2392533Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.2406244Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.2419750Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.2426590Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:22:44.2428344Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.2429393Z 94 | struct array 2025-03-21T20:22:44.2429831Z | ^~~~~ 2025-03-21T20:22:44.2431727Z /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:44.2433280Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.2434037Z | ^~~~~~~~ 2025-03-21T20:22:44.2442428Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.2457675Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.2472951Z /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:44.2488289Z /usr/include/c++/9/bits/std_function.h: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:44.2510333Z /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:44.2538419Z /usr/include/c++/9/bits/std_function.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:44.2561144Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.2575515Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.2589203Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.2596044Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:22:44.2597797Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.2598892Z 94 | struct array 2025-03-21T20:22:44.2599384Z | ^~~~~ 2025-03-21T20:22:44.2600974Z /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:44.2602517Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.2603250Z | ^~~~~~~~ 2025-03-21T20:22:44.2614147Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.2634187Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.2653550Z /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:44.2673671Z /usr/include/c++/9/bits/std_function.h: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:44.2702290Z /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:44.2739076Z /usr/include/c++/9/bits/std_function.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:44.2767479Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.2786662Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.2800233Z /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:44.2804753Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:22:44.2805694Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.2806289Z 94 | struct array 2025-03-21T20:22:44.2806558Z | ^~~~~ 2025-03-21T20:22:44.2807461Z /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:44.2808298Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.2808714Z | ^~~~~~~~ 2025-03-21T20:22:44.2814063Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.2824274Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.2835686Z /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:44.2847046Z /usr/include/c++/9/bits/std_function.h: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:44.2861448Z /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:44.2885219Z /usr/include/c++/9/bits/std_function.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:44.2905917Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.2922006Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.2938545Z /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:44.2946894Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:22:44.2948704Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.2949767Z 94 | struct array 2025-03-21T20:22:44.2950238Z | ^~~~~ 2025-03-21T20:22:44.2952073Z /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:44.2953625Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.2954374Z | ^~~~~~~~ 2025-03-21T20:22:44.2964847Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.2985365Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.3005344Z /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:44.3025673Z /usr/include/c++/9/bits/std_function.h: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:44.3054597Z /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:44.3091627Z /usr/include/c++/9/bits/std_function.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:44.3119825Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.3138988Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.3156728Z /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:44.3165757Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:22:44.3167561Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.3168650Z 94 | struct array 2025-03-21T20:22:44.3169129Z | ^~~~~ 2025-03-21T20:22:44.3170691Z /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:44.3172375Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.3173149Z | ^~~~~~~~ 2025-03-21T20:22:44.3183359Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.3203372Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.3222127Z /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:44.3242606Z /usr/include/c++/9/bits/std_function.h: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:44.3270381Z /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:44.3307106Z /usr/include/c++/9/bits/std_function.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:44.3342199Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.3361400Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.3378968Z /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:44.3387638Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:22:44.3389538Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.3390557Z 94 | struct array 2025-03-21T20:22:44.3391035Z | ^~~~~ 2025-03-21T20:22:44.3392659Z /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:44.3394065Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.3395009Z | ^~~~~~~~ 2025-03-21T20:22:44.3405307Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.3425215Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.3444509Z /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:44.3463552Z /usr/include/c++/9/bits/std_function.h: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:44.3490741Z /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:44.3526804Z /usr/include/c++/9/bits/std_function.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:44.3555439Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.3574343Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.3592307Z /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:44.3601064Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:22:44.3602787Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.3603840Z 94 | struct array 2025-03-21T20:22:44.3604315Z | ^~~~~ 2025-03-21T20:22:44.3606139Z /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:44.3607639Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.3608383Z | ^~~~~~~~ 2025-03-21T20:22:44.3619105Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.3639020Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.3653948Z /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:44.3671700Z /usr/include/c++/9/bits/std_function.h: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:44.3698026Z /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:44.3731879Z /usr/include/c++/9/bits/std_function.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:44.3751557Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.3770231Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.3787497Z /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:44.3796121Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:22:44.3797727Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.3798621Z 94 | struct array 2025-03-21T20:22:44.3799012Z | ^~~~~ 2025-03-21T20:22:44.3800520Z /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:44.3801925Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.3802628Z | ^~~~~~~~ 2025-03-21T20:22:44.3813288Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.3832957Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.3850964Z /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:44.3868851Z /usr/include/c++/9/bits/std_function.h: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:44.3894631Z /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:44.3928911Z /usr/include/c++/9/bits/std_function.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:44.3956212Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.3974028Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.3990312Z /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:44.3998735Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:22:44.4000434Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.4001411Z 94 | struct array 2025-03-21T20:22:44.4001815Z | ^~~~~ 2025-03-21T20:22:44.4003358Z /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:44.4004767Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.4005446Z | ^~~~~~~~ 2025-03-21T20:22:44.4014862Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.4032657Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.4050926Z /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:44.4069717Z /usr/include/c++/9/bits/std_function.h: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:44.4098160Z /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:44.4135043Z /usr/include/c++/9/bits/std_function.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:44.4164464Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.4183306Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.4201451Z /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:44.4210273Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:22:44.4211989Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.4213040Z 94 | struct array 2025-03-21T20:22:44.4213503Z | ^~~~~ 2025-03-21T20:22:44.4215238Z /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:44.4216705Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.4217441Z | ^~~~~~~~ 2025-03-21T20:22:44.4218714Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:44.4220509Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:44.4222322Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:44.4224192Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:44.4225390Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:44.4226044Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:44.4226832Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:44.4227589Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:44.4228501Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:44.4229571Z from /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:11: 2025-03-21T20:22:44.4238629Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.4255162Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:44.4272527Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:44.4288543Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.4303170Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.4310454Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:57:3: required from here 2025-03-21T20:22:44.4312219Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.4313225Z 94 | struct array 2025-03-21T20:22:44.4313675Z | ^~~~~ 2025-03-21T20:22:44.4315276Z /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:44.4316715Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.4317441Z | ^~~~~~~~ 2025-03-21T20:22:44.4325906Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.4342244Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:44.4359500Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:44.4375261Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.4389737Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.4396844Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:57:3: required from here 2025-03-21T20:22:44.4398542Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.4399530Z 94 | struct array 2025-03-21T20:22:44.4399988Z | ^~~~~ 2025-03-21T20:22:44.4401518Z /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:44.4402947Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.4403665Z | ^~~~~~~~ 2025-03-21T20:22:44.4411374Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.4425522Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:44.4440603Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:44.4454403Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.4466542Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.4472658Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:132:3: required from here 2025-03-21T20:22:44.4474405Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.4475473Z 94 | struct array 2025-03-21T20:22:44.4475935Z | ^~~~~ 2025-03-21T20:22:44.4477534Z /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:44.4479035Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.4479775Z | ^~~~~~~~ 2025-03-21T20:22:44.4487719Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.4502017Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:44.4517080Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:44.4530393Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.4542945Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.4549239Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:132:3: required from here 2025-03-21T20:22:44.4550974Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.4552062Z 94 | struct array 2025-03-21T20:22:44.4552519Z | ^~~~~ 2025-03-21T20:22:44.4554086Z /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:44.4555517Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.4556243Z | ^~~~~~~~ 2025-03-21T20:22:44.4557493Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:44.4559135Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:44.4560946Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:44.4563147Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:44.4564991Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:44.4566896Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:44.4568818Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:44.4570497Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:44.4571613Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:44.4572300Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:44.4573143Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:44.4573831Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:44.4574720Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:44.4575972Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:22:44.4576992Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:22:44.4584167Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.4592529Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.4600520Z /usr/include/c++/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:44.4608196Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:44.4619500Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:44.4641622Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:44.4662700Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.4677479Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.4691114Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.4697647Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:44.4699472Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.4700572Z 94 | struct array 2025-03-21T20:22:44.4701038Z | ^~~~~ 2025-03-21T20:22:44.4702965Z /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:44.4704550Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.4705292Z | ^~~~~~~~ 2025-03-21T20:22:44.4713531Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.4728620Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.4743549Z /usr/include/c++/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:44.4758138Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:44.4779625Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:44.4808359Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:44.4831149Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.4845709Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.4858843Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.4865426Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:44.4867190Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.4868408Z 94 | struct array 2025-03-21T20:22:44.4868857Z | ^~~~~ 2025-03-21T20:22:44.4870564Z /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:44.4872314Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.4873145Z | ^~~~~~~~ 2025-03-21T20:22:44.4881443Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.4896601Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.4912198Z /usr/include/c++/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:44.4927388Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:44.4950089Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:44.4974436Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:44.4995563Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.5010137Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.5023334Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.5029977Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:44.5031722Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.5032798Z 94 | struct array 2025-03-21T20:22:44.5033260Z | ^~~~~ 2025-03-21T20:22:44.5034878Z /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:44.5036414Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.5037179Z | ^~~~~~~~ 2025-03-21T20:22:44.5045241Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.5060581Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.5075600Z /usr/include/c++/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:44.5090694Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:44.5112454Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:44.5140623Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:44.5162584Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.5176634Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.5189527Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.5196082Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:44.5197758Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.5198753Z 94 | struct array 2025-03-21T20:22:44.5199135Z | ^~~~~ 2025-03-21T20:22:44.5200581Z /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:44.5202022Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.5202751Z | ^~~~~~~~ 2025-03-21T20:22:44.5210873Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.5226061Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.5241123Z /usr/include/c++/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:44.5256071Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:44.5277622Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:44.5305435Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:44.5327663Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.5342034Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.5354952Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.5361515Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:44.5363369Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.5364410Z 94 | struct array 2025-03-21T20:22:44.5364870Z | ^~~~~ 2025-03-21T20:22:44.5366497Z /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:44.5367953Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.5368710Z | ^~~~~~~~ 2025-03-21T20:22:44.5376779Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.5392065Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.5406751Z /usr/include/c++/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:44.5421371Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:44.5443068Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:44.5468995Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:44.5490861Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.5504871Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.5517995Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.5524423Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:44.5526100Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.5527125Z 94 | struct array 2025-03-21T20:22:44.5527580Z | ^~~~~ 2025-03-21T20:22:44.5529100Z /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:44.5530580Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.5531322Z | ^~~~~~~~ 2025-03-21T20:22:44.5539634Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.5555532Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.5570500Z /usr/include/c++/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:44.5585648Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:44.5607968Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:44.5636274Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:44.5658645Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.5673566Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.5686974Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.5693337Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:44.5695064Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.5696140Z 94 | struct array 2025-03-21T20:22:44.5696606Z | ^~~~~ 2025-03-21T20:22:44.5698194Z /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:44.5699670Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.5700396Z | ^~~~~~~~ 2025-03-21T20:22:44.5708556Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::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:44.5723699Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::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:44.5739257Z /usr/include/c++/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:44.5753842Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:44.5774563Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:44.5802468Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:44.5825034Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::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:44.5839687Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::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:44.5852414Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.5857813Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:44.5859146Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.5859928Z 94 | struct array 2025-03-21T20:22:44.5860287Z | ^~~~~ 2025-03-21T20:22:44.5860908Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:22:44.5861896Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:22:44.5862985Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:22:44.5863948Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:22:44.5864989Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:22:44.5866016Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:22:44.5866864Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:22:44.5868560Z /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:44.5869753Z 379 | unsigned short x; 2025-03-21T20:22:44.5870113Z | ^ 2025-03-21T20:22:44.5870533Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:44.5871070Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:44.5871721Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:44.5872276Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:44.5872959Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:44.5873942Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:22:44.5874817Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:22:44.5881938Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.5895238Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.5908182Z /usr/include/c++/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:44.5920788Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:44.5939945Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:44.5967456Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:44.5989521Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.6003665Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.6016771Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.6023370Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:44.6025027Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.6026020Z 94 | struct array 2025-03-21T20:22:44.6026637Z | ^~~~~ 2025-03-21T20:22:44.6028193Z /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:44.6029619Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.6030355Z | ^~~~~~~~ 2025-03-21T20:22:44.6038652Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::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:44.6053789Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::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:44.6068680Z /usr/include/c++/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:44.6084084Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:44.6105534Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:44.6132496Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:44.6154815Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::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:44.6168938Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::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:44.6182019Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.6188533Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:44.6190560Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.6191681Z 94 | struct array 2025-03-21T20:22:44.6192125Z | ^~~~~ 2025-03-21T20:22:44.6193020Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-03-21T20:22:44.6194356Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-03-21T20:22:44.6195762Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:22:44.6197201Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:22:44.6198591Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:22:44.6199742Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:22:44.6202112Z /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:44.6203730Z 87 | uint16_t x; 2025-03-21T20:22:44.6204162Z | ^ 2025-03-21T20:22:44.6204858Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:44.6205536Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:44.6206283Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:44.6207041Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:44.6207969Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:44.6209254Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:22:44.6210410Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:22:44.6218496Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.6233170Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.6248167Z /usr/include/c++/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:44.6262529Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:44.6283588Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:44.6311365Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:44.6334018Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.6348259Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.6361418Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.6368094Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:44.6370078Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.6371416Z 94 | struct array 2025-03-21T20:22:44.6372034Z | ^~~~~ 2025-03-21T20:22:44.6373881Z /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:44.6375741Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.6376621Z | ^~~~~~~~ 2025-03-21T20:22:44.6384949Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.6400456Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.6415625Z /usr/include/c++/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:44.6430517Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:44.6452748Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:44.6478157Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:44.6499634Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.6513742Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.6526319Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.6532728Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:44.6534588Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.6535730Z 94 | struct array 2025-03-21T20:22:44.6536308Z | ^~~~~ 2025-03-21T20:22:44.6538031Z /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:44.6539726Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.6540567Z | ^~~~~~~~ 2025-03-21T20:22:44.6548009Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.6562522Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.6576894Z /usr/include/c++/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:44.6591873Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:44.6612566Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:44.6638519Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:44.6658300Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.6671905Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.6684374Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.6690896Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:44.6692725Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.6693805Z 94 | struct array 2025-03-21T20:22:44.6694320Z | ^~~~~ 2025-03-21T20:22:44.6696178Z /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:44.6697794Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.6698610Z | ^~~~~~~~ 2025-03-21T20:22:44.6706462Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.6721217Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.6736124Z /usr/include/c++/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:44.6751133Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:44.6771112Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:44.6796200Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:44.6818448Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.6832582Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.6842158Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.6846399Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:44.6848172Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.6849182Z 94 | struct array 2025-03-21T20:22:44.6849800Z | ^~~~~ 2025-03-21T20:22:44.6851339Z /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:44.6852837Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.6853658Z | ^~~~~~~~ 2025-03-21T20:22:44.6952086Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.6967021Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.6981763Z /usr/include/c++/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:44.6996675Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:44.7018434Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:44.7045680Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:44.7067372Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.7082109Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.7094919Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.7101308Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:44.7103076Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.7104159Z 94 | struct array 2025-03-21T20:22:44.7104634Z | ^~~~~ 2025-03-21T20:22:44.7106228Z /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:44.7107678Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.7108401Z | ^~~~~~~~ 2025-03-21T20:22:44.7116547Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.7132101Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.7147772Z /usr/include/c++/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:44.7162302Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:44.7182023Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:44.7210017Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:44.7218436Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.7225414Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.7232576Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.7233284Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:44.7234297Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.7234487Z 94 | struct array 2025-03-21T20:22:44.7234627Z | ^~~~~ 2025-03-21T20:22:44.7235913Z /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:44.7236245Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.7236459Z | ^~~~~~~~ 2025-03-21T20:22:44.7243927Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.7252477Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:44.7259406Z /usr/include/c++/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:44.7268325Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:44.7281490Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:44.7297134Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:44.7305753Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.7312971Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.7326579Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.7333404Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:44.7335334Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.7336353Z 94 | struct array 2025-03-21T20:22:44.7336784Z | ^~~~~ 2025-03-21T20:22:44.7338337Z /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:44.7339840Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.7340613Z | ^~~~~~~~ 2025-03-21T20:22:44.7348365Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::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:44.7363999Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::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:44.7378909Z /usr/include/c++/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:44.7393979Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:44.7415292Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:44.7442876Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:44.7464433Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::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:44.7479775Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::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:44.7492714Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.7499046Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:44.7500783Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.7501823Z 94 | struct array 2025-03-21T20:22:44.7502269Z | ^~~~~ 2025-03-21T20:22:44.7503060Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:22:44.7504349Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:22:44.7505580Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:22:44.7507043Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:22:44.7508498Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:22:44.7509923Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:22:44.7511082Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:22:44.7513555Z /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:44.7515198Z 379 | unsigned short x; 2025-03-21T20:22:44.7515680Z | ^ 2025-03-21T20:22:44.7516221Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:44.7516889Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:44.7517621Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:44.7518368Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:44.7519271Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:44.7520519Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:22:44.7521633Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:22:44.7529070Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.7544252Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.7555497Z /usr/include/c++/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:44.7563006Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:44.7581556Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:44.7607991Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:44.7629625Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.7644097Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.7656987Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.7663206Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:44.7664904Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.7665913Z 94 | struct array 2025-03-21T20:22:44.7666376Z | ^~~~~ 2025-03-21T20:22:44.7667909Z /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:44.7669291Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.7670177Z | ^~~~~~~~ 2025-03-21T20:22:44.7678252Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::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:44.7693608Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::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:44.7708569Z /usr/include/c++/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:44.7723159Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:44.7744117Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:44.7771484Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:44.7793576Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::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:44.7807897Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::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:44.7820862Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.7827367Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:44.7829316Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.7830341Z 94 | struct array 2025-03-21T20:22:44.7830796Z | ^~~~~ 2025-03-21T20:22:44.7831804Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-03-21T20:22:44.7833167Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-03-21T20:22:44.7834368Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:22:44.7835735Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:22:44.7837139Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:22:44.7838288Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:22:44.7840660Z /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:44.7842273Z 87 | uint16_t x; 2025-03-21T20:22:44.7842724Z | ^ 2025-03-21T20:22:44.7843843Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:44.7845005Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:44.7845678Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:44.7846411Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:44.7847154Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:44.7848173Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:44.7849465Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:22:44.7850586Z from /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:9: 2025-03-21T20:22:44.7857476Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:44.7870115Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:44.7883582Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:44.7896360Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:44.7907530Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.7916504Z /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:44.7920150Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:22:44.7921880Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.7922955Z 94 | struct array 2025-03-21T20:22:44.7923380Z | ^~~~~ 2025-03-21T20:22:44.7924743Z /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:44.7926140Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.7926898Z | ^~~~~~~~ 2025-03-21T20:22:44.7933662Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:44.7946520Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:44.7959584Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:44.7971315Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:44.7982018Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.7990630Z /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:44.7994197Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:22:44.7995917Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.7996984Z 94 | struct array 2025-03-21T20:22:44.7997439Z | ^~~~~ 2025-03-21T20:22:44.7999035Z /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:44.8000610Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.8001340Z | ^~~~~~~~ 2025-03-21T20:22:44.8008317Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:44.8020699Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:44.8031801Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:44.8040371Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:44.8048019Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.8055377Z /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:44.8058301Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:22:44.8059325Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.8060035Z 94 | struct array 2025-03-21T20:22:44.8060294Z | ^~~~~ 2025-03-21T20:22:44.8061430Z /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:44.8062385Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.8062869Z | ^~~~~~~~ 2025-03-21T20:22:44.8066735Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:44.8073697Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:44.8081211Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:44.8087695Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:44.8094546Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.8102488Z /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:44.8105978Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:22:44.8107599Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.8108579Z 94 | struct array 2025-03-21T20:22:44.8109032Z | ^~~~~ 2025-03-21T20:22:44.8110568Z /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:44.8112015Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.8112752Z | ^~~~~~~~ 2025-03-21T20:22:44.8119330Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:44.8131256Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:44.8144583Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:44.8156175Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:44.8167090Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.8175759Z /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:44.8179761Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:22:44.8181486Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.8182652Z 94 | struct array 2025-03-21T20:22:44.8183122Z | ^~~~~ 2025-03-21T20:22:44.8184803Z /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:44.8186323Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.8187097Z | ^~~~~~~~ 2025-03-21T20:22:44.8194445Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:44.8206416Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:44.8218912Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:44.8230500Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:44.8240339Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.8248733Z /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:44.8252422Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:22:44.8254084Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.8254851Z 94 | struct array 2025-03-21T20:22:44.8255119Z | ^~~~~ 2025-03-21T20:22:44.8256049Z /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:44.8256923Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.8257349Z | ^~~~~~~~ 2025-03-21T20:22:44.8262690Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:44.8274380Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:44.8286202Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:44.8297395Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:44.8307233Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.8315868Z /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:44.8319688Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:22:44.8321369Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.8322445Z 94 | struct array 2025-03-21T20:22:44.8322911Z | ^~~~~ 2025-03-21T20:22:44.8324521Z /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:44.8325990Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.8326728Z | ^~~~~~~~ 2025-03-21T20:22:44.8333400Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:44.8345575Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:44.8358232Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:44.8369668Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:44.8379934Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.8388399Z /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:44.8392527Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:22:44.8394195Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.8395213Z 94 | struct array 2025-03-21T20:22:44.8395645Z | ^~~~~ 2025-03-21T20:22:44.8397179Z /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:44.8398659Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.8399397Z | ^~~~~~~~ 2025-03-21T20:22:44.8407748Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.8423064Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:44.8439100Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:44.8453617Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.8466857Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.8476859Z /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:44.8480664Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:22:44.8482344Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.8483427Z 94 | struct array 2025-03-21T20:22:44.8483866Z | ^~~~~ 2025-03-21T20:22:44.8485539Z /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:44.8487139Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.8487872Z | ^~~~~~~~ 2025-03-21T20:22:44.8496598Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.8511363Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:44.8527172Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:44.8541664Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.8559314Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.8569113Z /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:44.8572904Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:22:44.8574647Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.8575735Z 94 | struct array 2025-03-21T20:22:44.8576181Z | ^~~~~ 2025-03-21T20:22:44.8577841Z /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:44.8579441Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.8580195Z | ^~~~~~~~ 2025-03-21T20:22:44.8588413Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.8603897Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:44.8620008Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:44.8634326Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.8647539Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.8657442Z /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:44.8661209Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:22:44.8663030Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.8664081Z 94 | struct array 2025-03-21T20:22:44.8664539Z | ^~~~~ 2025-03-21T20:22:44.8666172Z /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:44.8667769Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.8668482Z | ^~~~~~~~ 2025-03-21T20:22:44.8675912Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.8691008Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:44.8706304Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:44.8720530Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.8733985Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.8743719Z /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:44.8747550Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:22:44.8749256Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.8750243Z 94 | struct array 2025-03-21T20:22:44.8750673Z | ^~~~~ 2025-03-21T20:22:44.8752264Z /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:44.8753597Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.8754342Z | ^~~~~~~~ 2025-03-21T20:22:44.8762483Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.8777392Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:44.8792757Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:44.8806645Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.8820077Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.8830038Z /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:44.8833770Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:22:44.8835478Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.8836543Z 94 | struct array 2025-03-21T20:22:44.8837013Z | ^~~~~ 2025-03-21T20:22:44.8838518Z /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:44.8840011Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.8840889Z | ^~~~~~~~ 2025-03-21T20:22:44.8848991Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.8864117Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:44.8879449Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:44.8893563Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.8906745Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.8917009Z /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:44.8920647Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:22:44.8922464Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.8923512Z 94 | struct array 2025-03-21T20:22:44.8923959Z | ^~~~~ 2025-03-21T20:22:44.8925519Z /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:44.8927098Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.8927854Z | ^~~~~~~~ 2025-03-21T20:22:44.8935795Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.8950139Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:44.8964580Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:44.8977770Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.8990144Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.8999999Z /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:44.9003446Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:22:44.9005087Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.9006098Z 94 | struct array 2025-03-21T20:22:44.9006531Z | ^~~~~ 2025-03-21T20:22:44.9007973Z /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:44.9009278Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.9009943Z | ^~~~~~~~ 2025-03-21T20:22:44.9017488Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.9032360Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:44.9047188Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:44.9060953Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.9073933Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.9083250Z /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:44.9087014Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:22:44.9088680Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.9089846Z 94 | struct array 2025-03-21T20:22:44.9090308Z | ^~~~~ 2025-03-21T20:22:44.9091816Z /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:44.9093064Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.9094005Z | ^~~~~~~~ 2025-03-21T20:22:44.9095412Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:44.9097190Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:44.9098944Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:44.9100591Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:44.9102300Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:22:44.9103940Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:44.9105024Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:44.9105639Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:44.9106345Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:44.9107043Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:44.9107799Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:44.9108962Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:22:44.9110036Z from /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:9: 2025-03-21T20:22:44.9116442Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:44.9123124Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:44.9130005Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:44.9136165Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:44.9141710Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.9146150Z /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:44.9148081Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:22:44.9148992Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.9149575Z 94 | struct array 2025-03-21T20:22:44.9149849Z | ^~~~~ 2025-03-21T20:22:44.9150753Z /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:44.9152112Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.9152751Z | ^~~~~~~~ 2025-03-21T20:22:44.9156588Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:44.9163738Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:44.9170499Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:44.9181316Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:44.9191777Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.9199942Z /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:44.9203865Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:22:44.9205590Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.9206685Z 94 | struct array 2025-03-21T20:22:44.9207273Z | ^~~~~ 2025-03-21T20:22:44.9208971Z /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:44.9210538Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.9211266Z | ^~~~~~~~ 2025-03-21T20:22:44.9218246Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:44.9230932Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:44.9243899Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:44.9255683Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:44.9266394Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.9275365Z /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:44.9279156Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:22:44.9280877Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.9281949Z 94 | struct array 2025-03-21T20:22:44.9282512Z | ^~~~~ 2025-03-21T20:22:44.9284156Z /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:44.9285712Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.9286465Z | ^~~~~~~~ 2025-03-21T20:22:44.9292791Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:44.9304885Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:44.9317523Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:44.9328950Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:44.9339379Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.9348112Z /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:44.9352027Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:22:44.9353703Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.9354738Z 94 | struct array 2025-03-21T20:22:44.9355206Z | ^~~~~ 2025-03-21T20:22:44.9356700Z /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:44.9358170Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.9358940Z | ^~~~~~~~ 2025-03-21T20:22:44.9365648Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:44.9377896Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:44.9391055Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:44.9403092Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:44.9413912Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.9422557Z /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:44.9426037Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:22:44.9427618Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.9428663Z 94 | struct array 2025-03-21T20:22:44.9429125Z | ^~~~~ 2025-03-21T20:22:44.9430800Z /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:44.9432448Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.9433192Z | ^~~~~~~~ 2025-03-21T20:22:44.9439902Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:44.9452461Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:44.9465370Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:44.9477034Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:44.9487421Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.9496288Z /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:44.9499973Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:22:44.9501631Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.9502669Z 94 | struct array 2025-03-21T20:22:44.9503112Z | ^~~~~ 2025-03-21T20:22:44.9504691Z /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:44.9506346Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.9507099Z | ^~~~~~~~ 2025-03-21T20:22:44.9513898Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:44.9526602Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:44.9539626Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:44.9551404Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:44.9562203Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.9570854Z /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:44.9574699Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:22:44.9576454Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.9577517Z 94 | struct array 2025-03-21T20:22:44.9577998Z | ^~~~~ 2025-03-21T20:22:44.9579498Z /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:44.9580924Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.9581653Z | ^~~~~~~~ 2025-03-21T20:22:44.9588388Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:44.9600109Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:44.9612287Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:44.9623697Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:44.9634266Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:44.9642869Z /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:44.9646665Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:22:44.9648451Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.9649471Z 94 | struct array 2025-03-21T20:22:44.9649947Z | ^~~~~ 2025-03-21T20:22:44.9651495Z /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:44.9652963Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.9653811Z | ^~~~~~~~ 2025-03-21T20:22:44.9661974Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.9676881Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:44.9692898Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:44.9707577Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.9721397Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.9731391Z /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:44.9735179Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:22:44.9736898Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.9737993Z 94 | struct array 2025-03-21T20:22:44.9738453Z | ^~~~~ 2025-03-21T20:22:44.9740169Z /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:44.9741652Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.9742296Z | ^~~~~~~~ 2025-03-21T20:22:44.9749636Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.9764213Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:44.9779148Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:44.9792387Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.9803828Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.9811911Z /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:44.9814995Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:22:44.9816413Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.9817371Z 94 | struct array 2025-03-21T20:22:44.9817742Z | ^~~~~ 2025-03-21T20:22:44.9819128Z /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:44.9820544Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.9821321Z | ^~~~~~~~ 2025-03-21T20:22:44.9829085Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.9843715Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:44.9858272Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:44.9872089Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:44.9885928Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.9896049Z /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:44.9899845Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:22:44.9901520Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.9902595Z 94 | struct array 2025-03-21T20:22:44.9903063Z | ^~~~~ 2025-03-21T20:22:44.9904733Z /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:44.9906277Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.9907220Z | ^~~~~~~~ 2025-03-21T20:22:44.9915600Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.9930520Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:44.9946441Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:44.9960696Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:44.9972884Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:44.9982755Z /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:44.9986525Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:22:44.9988186Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:44.9989449Z 94 | struct array 2025-03-21T20:22:44.9989844Z | ^~~~~ 2025-03-21T20:22:44.9991321Z /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:44.9992814Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:44.9993551Z | ^~~~~~~~ 2025-03-21T20:22:45.0001955Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.0017054Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:45.0032623Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:45.0046713Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.0060197Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.0070525Z /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:45.0074541Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:22:45.0076345Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.0077427Z 94 | struct array 2025-03-21T20:22:45.0077910Z | ^~~~~ 2025-03-21T20:22:45.0079536Z /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:45.0080989Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.0081747Z | ^~~~~~~~ 2025-03-21T20:22:45.0090421Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.0105631Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:45.0121169Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:45.0132126Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.0141558Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.0149863Z /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:45.0153441Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:22:45.0155125Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.0156148Z 94 | struct array 2025-03-21T20:22:45.0156604Z | ^~~~~ 2025-03-21T20:22:45.0158160Z /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:45.0159630Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.0160385Z | ^~~~~~~~ 2025-03-21T20:22:45.0168467Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.0183930Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:45.0199737Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:45.0213812Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.0226840Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.0237047Z /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:45.0240871Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:22:45.0242530Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.0243536Z 94 | struct array 2025-03-21T20:22:45.0243991Z | ^~~~~ 2025-03-21T20:22:45.0245655Z /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:45.0247097Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.0247862Z | ^~~~~~~~ 2025-03-21T20:22:45.0255888Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.0264321Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:45.0272616Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:45.0279871Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.0286931Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.0290883Z /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:45.0291497Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:22:45.0292420Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.0292598Z 94 | struct array 2025-03-21T20:22:45.0292766Z | ^~~~~ 2025-03-21T20:22:45.0294016Z /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:45.0294346Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.0294564Z | ^~~~~~~~ 2025-03-21T20:22:45.0295453Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:22:45.0296242Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:22:45.0297161Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:45.0297931Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:22:45.0298930Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:45.0299323Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:45.0299546Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:45.0299873Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:45.0300103Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:45.0300624Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:45.0301163Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:22:45.0301538Z from /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:9: 2025-03-21T20:22:45.0308063Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.0315597Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.0321703Z /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:45.0329248Z /usr/include/c++/9/bits/std_function.h: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:45.0341024Z /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:45.0354489Z /usr/include/c++/9/bits/std_function.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:45.0362066Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.0367965Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.0373729Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.0377444Z /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:45.0378002Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:22:45.0379061Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.0379235Z 94 | struct array 2025-03-21T20:22:45.0379389Z | ^~~~~ 2025-03-21T20:22:45.0380701Z /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:45.0381029Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.0381231Z | ^~~~~~~~ 2025-03-21T20:22:45.0387620Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.0395400Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.0401664Z /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:45.0408972Z /usr/include/c++/9/bits/std_function.h: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:45.0420509Z /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:45.0433797Z /usr/include/c++/9/bits/std_function.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:45.0441323Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.0447330Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.0453048Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.0456903Z /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:45.0457435Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:22:45.0458407Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.0458598Z 94 | struct array 2025-03-21T20:22:45.0458757Z | ^~~~~ 2025-03-21T20:22:45.0460160Z /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:45.0460567Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.0460776Z | ^~~~~~~~ 2025-03-21T20:22:45.0467140Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.0474609Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.0480682Z /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:45.0487975Z /usr/include/c++/9/bits/std_function.h: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:45.0499272Z /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:45.0512671Z /usr/include/c++/9/bits/std_function.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:45.0519826Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.0525765Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.0531470Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.0535411Z /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:45.0535937Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:22:45.0536808Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.0536972Z 94 | struct array 2025-03-21T20:22:45.0537185Z | ^~~~~ 2025-03-21T20:22:45.0538520Z /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:45.0538850Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.0539075Z | ^~~~~~~~ 2025-03-21T20:22:45.0545173Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.0552354Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.0558349Z /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:45.0565466Z /usr/include/c++/9/bits/std_function.h: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:45.0575703Z /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:45.0587984Z /usr/include/c++/9/bits/std_function.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:45.0595556Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.0601071Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.0605705Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.0609549Z /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:45.0610055Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:22:45.0610977Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.0611145Z 94 | struct array 2025-03-21T20:22:45.0611455Z | ^~~~~ 2025-03-21T20:22:45.0612692Z /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:45.0613017Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.0613242Z | ^~~~~~~~ 2025-03-21T20:22:45.0619615Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.0626924Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.0632845Z /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:45.0640152Z /usr/include/c++/9/bits/std_function.h: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:45.0650972Z /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:45.0663313Z /usr/include/c++/9/bits/std_function.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:45.0670118Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.0675949Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.0681206Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.0684945Z /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:45.0685490Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:22:45.0686529Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.0686725Z 94 | struct array 2025-03-21T20:22:45.0686912Z | ^~~~~ 2025-03-21T20:22:45.0688078Z /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:45.0688382Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.0688571Z | ^~~~~~~~ 2025-03-21T20:22:45.0694764Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.0702138Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.0707882Z /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:45.0714941Z /usr/include/c++/9/bits/std_function.h: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:45.0725541Z /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:45.0736925Z /usr/include/c++/9/bits/std_function.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:45.0743661Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.0747062Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.0749938Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.0751977Z /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:45.0752409Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:22:45.0753320Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.0753506Z 94 | struct array 2025-03-21T20:22:45.0753656Z | ^~~~~ 2025-03-21T20:22:45.0754877Z /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:45.0755197Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.0755392Z | ^~~~~~~~ 2025-03-21T20:22:45.0760411Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.0764249Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.0767372Z /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:45.0771121Z /usr/include/c++/9/bits/std_function.h: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:45.0776820Z /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:45.0783395Z /usr/include/c++/9/bits/std_function.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:45.0787120Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.0790932Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.0794139Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.0796082Z /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:45.0796475Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:22:45.0796968Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.0797113Z 94 | struct array 2025-03-21T20:22:45.0797212Z | ^~~~~ 2025-03-21T20:22:45.0797890Z /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:45.0798121Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.0798256Z | ^~~~~~~~ 2025-03-21T20:22:45.0801621Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.0808377Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.0814001Z /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:45.0820678Z /usr/include/c++/9/bits/std_function.h: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:45.0830430Z /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:45.0838834Z /usr/include/c++/9/bits/std_function.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:45.0844840Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.0850603Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.0856184Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.0860099Z /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:45.0860614Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:22:45.0861421Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.0861594Z 94 | struct array 2025-03-21T20:22:45.0861748Z | ^~~~~ 2025-03-21T20:22:45.0863059Z /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:45.0863386Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.0863602Z | ^~~~~~~~ 2025-03-21T20:22:45.0871599Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.0880395Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.0888124Z /usr/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:45.0897446Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:45.0911702Z /usr/include/c++/9/bits/std_function.h: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:45.0927432Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:45.0936261Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.0942830Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.0948122Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.0950976Z /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:45.0951535Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:22:45.0952270Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.0952407Z 94 | struct array 2025-03-21T20:22:45.0952538Z | ^~~~~ 2025-03-21T20:22:45.0953568Z /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:45.0953907Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.0954065Z | ^~~~~~~~ 2025-03-21T20:22:45.0959659Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.0966873Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.0974142Z /usr/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:45.0983113Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:45.0997679Z /usr/include/c++/9/bits/std_function.h: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:45.1013171Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:45.1022237Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.1029551Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.1036735Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.1040560Z /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:45.1041190Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:22:45.1042166Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.1042414Z 94 | struct array 2025-03-21T20:22:45.1042564Z | ^~~~~ 2025-03-21T20:22:45.1043962Z /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:45.1044310Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.1044507Z | ^~~~~~~~ 2025-03-21T20:22:45.1052449Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.1061160Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.1068477Z /usr/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:45.1077365Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:45.1091008Z /usr/include/c++/9/bits/std_function.h: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:45.1106320Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:45.1115369Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.1122755Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.1130025Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.1133516Z /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:45.1133977Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:22:45.1134913Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.1135101Z 94 | struct array 2025-03-21T20:22:45.1135349Z | ^~~~~ 2025-03-21T20:22:45.1136683Z /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:45.1137003Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.1137213Z | ^~~~~~~~ 2025-03-21T20:22:45.1144475Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.1153368Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.1160808Z /usr/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:45.1169521Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:45.1183848Z /usr/include/c++/9/bits/std_function.h: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:45.1199866Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:45.1208531Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.1216177Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.1223294Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.1227101Z /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:45.1227630Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:22:45.1228551Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.1228736Z 94 | struct array 2025-03-21T20:22:45.1228894Z | ^~~~~ 2025-03-21T20:22:45.1230138Z /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:45.1230465Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.1230684Z | ^~~~~~~~ 2025-03-21T20:22:45.1238489Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.1247443Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.1254818Z /usr/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:45.1263710Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:45.1277964Z /usr/include/c++/9/bits/std_function.h: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:45.1294067Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:45.1302834Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.1310138Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.1316879Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.1320727Z /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:45.1321259Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:22:45.1322183Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.1322358Z 94 | struct array 2025-03-21T20:22:45.1322538Z | ^~~~~ 2025-03-21T20:22:45.1323867Z /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:45.1324194Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.1324482Z | ^~~~~~~~ 2025-03-21T20:22:45.1353304Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.1362183Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.1369713Z /usr/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:45.1378382Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:45.1392406Z /usr/include/c++/9/bits/std_function.h: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:45.1408442Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:45.1417216Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.1424483Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.1432028Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.1435970Z /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:45.1436518Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:22:45.1437424Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.1437620Z 94 | struct array 2025-03-21T20:22:45.1437782Z | ^~~~~ 2025-03-21T20:22:45.1439064Z /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:45.1439393Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.1439573Z | ^~~~~~~~ 2025-03-21T20:22:45.1447355Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.1455866Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.1463511Z /usr/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:45.1472430Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:45.1486391Z /usr/include/c++/9/bits/std_function.h: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:45.1501909Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:45.1510473Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.1517706Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.1524612Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.1528651Z /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:45.1529198Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:22:45.1530133Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.1530329Z 94 | struct array 2025-03-21T20:22:45.1530468Z | ^~~~~ 2025-03-21T20:22:45.1531714Z /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:45.1532114Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.1532308Z | ^~~~~~~~ 2025-03-21T20:22:45.1539762Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.1548398Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.1555537Z /usr/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:45.1564618Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:45.1578364Z /usr/include/c++/9/bits/std_function.h: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:45.1594087Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:45.1602328Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.1609305Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.1616532Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.1620430Z /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:45.1621041Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:22:45.1621942Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.1622124Z 94 | struct array 2025-03-21T20:22:45.1622269Z | ^~~~~ 2025-03-21T20:22:45.1623424Z /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:45.1623759Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.1623965Z | ^~~~~~~~ 2025-03-21T20:22:45.1624289Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:45.1624508Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:45.1624813Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:45.1625028Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:45.1625593Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:45.1625948Z from /pytorch/executorch/kernels/portable/cpu/op_div.cpp:9: 2025-03-21T20:22:45.1634337Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.1642207Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.1648213Z /usr/include/c++/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:45.1653226Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:45.1661240Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:45.1669982Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:45.1674843Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.1678862Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.1682732Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.1683083Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:60:3: required from here 2025-03-21T20:22:45.1683590Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.1683722Z 94 | struct array 2025-03-21T20:22:45.1683888Z | ^~~~~ 2025-03-21T20:22:45.1684743Z /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:45.1684986Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.1685107Z | ^~~~~~~~ 2025-03-21T20:22:45.1692202Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.1701153Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.1708988Z /usr/include/c++/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:45.1718757Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:45.1733472Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:45.1750443Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:45.1759721Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.1767430Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.1774930Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.1775552Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:60:3: required from here 2025-03-21T20:22:45.1776544Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.1776725Z 94 | struct array 2025-03-21T20:22:45.1776882Z | ^~~~~ 2025-03-21T20:22:45.1778167Z /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:45.1778502Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.1778702Z | ^~~~~~~~ 2025-03-21T20:22:45.1787688Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.1798489Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.1807127Z /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:45.1816118Z /usr/include/c++/9/bits/std_function.h: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:45.1832720Z /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:45.1851034Z /usr/include/c++/9/bits/std_function.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:45.1859876Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.1866196Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.1870529Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.1870873Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:22:45.1871399Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.1871605Z 94 | struct array 2025-03-21T20:22:45.1871700Z | ^~~~~ 2025-03-21T20:22:45.1872456Z /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:45.1872657Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.1872825Z | ^~~~~~~~ 2025-03-21T20:22:45.1877441Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.1882492Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.1886884Z /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:45.1892288Z /usr/include/c++/9/bits/std_function.h: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:45.1900703Z /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:45.1909989Z /usr/include/c++/9/bits/std_function.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:45.1918566Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.1926798Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.1934578Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.1935280Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:22:45.1936193Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.1936413Z 94 | struct array 2025-03-21T20:22:45.1936567Z | ^~~~~ 2025-03-21T20:22:45.1937855Z /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:45.1938168Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.1938442Z | ^~~~~~~~ 2025-03-21T20:22:45.1946375Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.1955266Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.1962841Z /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:45.1972740Z /usr/include/c++/9/bits/std_function.h: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:45.1988321Z /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:45.2006069Z /usr/include/c++/9/bits/std_function.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:45.2015567Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.2023768Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.2031664Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.2032189Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:22:45.2033130Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.2033306Z 94 | struct array 2025-03-21T20:22:45.2033462Z | ^~~~~ 2025-03-21T20:22:45.2034711Z /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:45.2035018Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.2035233Z | ^~~~~~~~ 2025-03-21T20:22:45.2043045Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.2052412Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.2060490Z /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:45.2069914Z /usr/include/c++/9/bits/std_function.h: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:45.2084728Z /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:45.2102341Z /usr/include/c++/9/bits/std_function.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:45.2111980Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.2120191Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.2128047Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.2128598Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:22:45.2129599Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.2129775Z 94 | struct array 2025-03-21T20:22:45.2129943Z | ^~~~~ 2025-03-21T20:22:45.2131180Z /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:45.2131533Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.2131744Z | ^~~~~~~~ 2025-03-21T20:22:45.2140345Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.2149788Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.2157981Z /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:45.2166836Z /usr/include/c++/9/bits/std_function.h: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:45.2181859Z /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:45.2199432Z /usr/include/c++/9/bits/std_function.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:45.2208942Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.2217616Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.2226032Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.2226650Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:22:45.2227669Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.2227865Z 94 | struct array 2025-03-21T20:22:45.2228021Z | ^~~~~ 2025-03-21T20:22:45.2229328Z /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:45.2229662Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.2229857Z | ^~~~~~~~ 2025-03-21T20:22:45.2238775Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.2248738Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.2257464Z /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:45.2266618Z /usr/include/c++/9/bits/std_function.h: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:45.2282896Z /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:45.2300223Z /usr/include/c++/9/bits/std_function.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:45.2324932Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.2342022Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.2357896Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.2365338Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:22:45.2367042Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.2368066Z 94 | struct array 2025-03-21T20:22:45.2368537Z | ^~~~~ 2025-03-21T20:22:45.2370122Z /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:45.2371609Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.2372359Z | ^~~~~~~~ 2025-03-21T20:22:45.2381646Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.2399603Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.2417326Z /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:45.2435041Z /usr/include/c++/9/bits/std_function.h: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:45.2460573Z /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:45.2493435Z /usr/include/c++/9/bits/std_function.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:45.2518357Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.2535594Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.2550896Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.2558456Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:22:45.2560158Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.2561206Z 94 | struct array 2025-03-21T20:22:45.2561646Z | ^~~~~ 2025-03-21T20:22:45.2563213Z /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:45.2564828Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.2565565Z | ^~~~~~~~ 2025-03-21T20:22:45.2573218Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.2587588Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.2601548Z /usr/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:45.2615829Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:45.2635841Z /usr/include/c++/9/bits/std_function.h: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:45.2662497Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:45.2683326Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.2697619Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.2710437Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.2716714Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:189:3: required from here 2025-03-21T20:22:45.2718428Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.2719496Z 94 | struct array 2025-03-21T20:22:45.2719945Z | ^~~~~ 2025-03-21T20:22:45.2721496Z /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:45.2722951Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.2723678Z | ^~~~~~~~ 2025-03-21T20:22:45.2731099Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.2745499Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.2759709Z /usr/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:45.2774057Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:45.2794451Z /usr/include/c++/9/bits/std_function.h: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:45.2820802Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:45.2842103Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.2856042Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.2868515Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.2874824Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:189:3: required from here 2025-03-21T20:22:45.2876540Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.2877663Z 94 | struct array 2025-03-21T20:22:45.2878108Z | ^~~~~ 2025-03-21T20:22:45.2879660Z /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:45.2881136Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.2881886Z | ^~~~~~~~ 2025-03-21T20:22:45.2890294Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.2905467Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.2920974Z /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:45.2936442Z /usr/include/c++/9/bits/std_function.h: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:45.2958890Z /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:45.2987693Z /usr/include/c++/9/bits/std_function.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:45.3010728Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.3025987Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.3039328Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.3046204Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:22:45.3047953Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.3048988Z 94 | struct array 2025-03-21T20:22:45.3049448Z | ^~~~~ 2025-03-21T20:22:45.3051150Z /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:45.3052739Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.3053478Z | ^~~~~~~~ 2025-03-21T20:22:45.3061262Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.3077074Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.3092590Z /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:45.3107834Z /usr/include/c++/9/bits/std_function.h: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:45.3130233Z /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:45.3159122Z /usr/include/c++/9/bits/std_function.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:45.3181845Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.3197477Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.3210879Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.3216777Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:22:45.3218532Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.3219612Z 94 | struct array 2025-03-21T20:22:45.3220068Z | ^~~~~ 2025-03-21T20:22:45.3221746Z /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:45.3223300Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.3224043Z | ^~~~~~~~ 2025-03-21T20:22:45.3232378Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.3248013Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.3263430Z /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:45.3278551Z /usr/include/c++/9/bits/std_function.h: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:45.3300636Z /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:45.3329775Z /usr/include/c++/9/bits/std_function.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:45.3351903Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.3366716Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.3379756Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.3384670Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:22:45.3385966Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.3386739Z 94 | struct array 2025-03-21T20:22:45.3387155Z | ^~~~~ 2025-03-21T20:22:45.3388336Z /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:45.3389627Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.3390184Z | ^~~~~~~~ 2025-03-21T20:22:45.3396167Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.3408628Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.3420881Z /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:45.3433576Z /usr/include/c++/9/bits/std_function.h: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:45.3453956Z /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:45.3480427Z /usr/include/c++/9/bits/std_function.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:45.3503288Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.3518545Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.3531783Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.3538720Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:22:45.3540372Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.3541390Z 94 | struct array 2025-03-21T20:22:45.3541850Z | ^~~~~ 2025-03-21T20:22:45.3543332Z /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:45.3544748Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.3545491Z | ^~~~~~~~ 2025-03-21T20:22:45.3554139Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.3569573Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.3584793Z /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:45.3600511Z /usr/include/c++/9/bits/std_function.h: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:45.3620575Z /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:45.3648744Z /usr/include/c++/9/bits/std_function.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:45.3672253Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.3687583Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.3700935Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.3707388Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:22:45.3709138Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.3710194Z 94 | struct array 2025-03-21T20:22:45.3710635Z | ^~~~~ 2025-03-21T20:22:45.3712167Z /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:45.3713550Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.3714484Z | ^~~~~~~~ 2025-03-21T20:22:45.3722686Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.3738255Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.3753376Z /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:45.3768347Z /usr/include/c++/9/bits/std_function.h: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:45.3790891Z /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:45.3818302Z /usr/include/c++/9/bits/std_function.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:45.3840650Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.3856119Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.3867340Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.3872180Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:22:45.3873408Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.3874180Z 94 | struct array 2025-03-21T20:22:45.3874538Z | ^~~~~ 2025-03-21T20:22:45.3875652Z /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:45.3876727Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.3877270Z | ^~~~~~~~ 2025-03-21T20:22:45.3883311Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.3896816Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.3909328Z /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:45.3920396Z /usr/include/c++/9/bits/std_function.h: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:45.3939319Z /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:45.3967919Z /usr/include/c++/9/bits/std_function.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:45.3990281Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.4005078Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.4018822Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.4025649Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:22:45.4027333Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.4028558Z 94 | struct array 2025-03-21T20:22:45.4029027Z | ^~~~~ 2025-03-21T20:22:45.4030604Z /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:45.4032152Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.4032838Z | ^~~~~~~~ 2025-03-21T20:22:45.4034182Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:45.4036110Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:45.4037880Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:45.4039605Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:45.4041422Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:22:45.4043281Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:45.4045093Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:22:45.4047059Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:22:45.4049071Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:45.4051021Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:45.4052211Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:45.4052901Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:45.4053643Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:45.4054386Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:45.4055256Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:45.4056687Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:22:45.4057818Z from /pytorch/executorch/kernels/portable/cpu/op_le.cpp:9: 2025-03-21T20:22:45.4064880Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.4077924Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:45.4091215Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:45.4102937Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.4113917Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.4122822Z /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:45.4126740Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:22:45.4128513Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.4129588Z 94 | struct array 2025-03-21T20:22:45.4130031Z | ^~~~~ 2025-03-21T20:22:45.4131718Z /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:45.4133262Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.4134010Z | ^~~~~~~~ 2025-03-21T20:22:45.4141034Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.4153347Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:45.4166040Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:45.4177686Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.4187854Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.4196974Z /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:45.4200791Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:22:45.4202430Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.4203613Z 94 | struct array 2025-03-21T20:22:45.4204069Z | ^~~~~ 2025-03-21T20:22:45.4205627Z /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:45.4207086Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.4207806Z | ^~~~~~~~ 2025-03-21T20:22:45.4214335Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.4226763Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:45.4239740Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:45.4251160Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.4262015Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.4270545Z /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:45.4274463Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:22:45.4276153Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.4277212Z 94 | struct array 2025-03-21T20:22:45.4277627Z | ^~~~~ 2025-03-21T20:22:45.4278975Z /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:45.4280502Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.4281242Z | ^~~~~~~~ 2025-03-21T20:22:45.4287754Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.4299314Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:45.4312309Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:45.4323729Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.4333968Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.4342452Z /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:45.4346278Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:22:45.4347939Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.4348988Z 94 | struct array 2025-03-21T20:22:45.4349450Z | ^~~~~ 2025-03-21T20:22:45.4350967Z /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:45.4352450Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.4353195Z | ^~~~~~~~ 2025-03-21T20:22:45.4359894Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.4372574Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:45.4383598Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:45.4392358Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.4399933Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.4406842Z /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:45.4410237Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:22:45.4411842Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.4412748Z 94 | struct array 2025-03-21T20:22:45.4413142Z | ^~~~~ 2025-03-21T20:22:45.4414631Z /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:45.4415835Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.4416435Z | ^~~~~~~~ 2025-03-21T20:22:45.4421690Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.4431945Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:45.4443366Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:45.4454487Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.4464253Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.4472836Z /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:45.4476242Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:22:45.4477786Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.4478800Z 94 | struct array 2025-03-21T20:22:45.4479255Z | ^~~~~ 2025-03-21T20:22:45.4480900Z /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:45.4482380Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.4483077Z | ^~~~~~~~ 2025-03-21T20:22:45.4490099Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.4502692Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:45.4515718Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:45.4527338Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.4538209Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.4546886Z /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:45.4550766Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:22:45.4552542Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.4553592Z 94 | struct array 2025-03-21T20:22:45.4554065Z | ^~~~~ 2025-03-21T20:22:45.4555667Z /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:45.4557137Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.4557886Z | ^~~~~~~~ 2025-03-21T20:22:45.4564536Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.4576614Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:45.4589456Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:45.4600942Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.4611442Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.4619958Z /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:45.4623744Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:22:45.4625425Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.4626447Z 94 | struct array 2025-03-21T20:22:45.4626896Z | ^~~~~ 2025-03-21T20:22:45.4628433Z /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:45.4629884Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.4630644Z | ^~~~~~~~ 2025-03-21T20:22:45.4638962Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.4654537Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:45.4670271Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:45.4684676Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.4698391Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.4708311Z /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:45.4712377Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:22:45.4714278Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.4715512Z 94 | struct array 2025-03-21T20:22:45.4715971Z | ^~~~~ 2025-03-21T20:22:45.4717793Z /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:45.4719363Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.4720085Z | ^~~~~~~~ 2025-03-21T20:22:45.4728482Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.4743464Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:45.4759348Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:45.4774120Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.4787548Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.4797780Z /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:45.4801655Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:22:45.4803364Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.4804452Z 94 | struct array 2025-03-21T20:22:45.4804909Z | ^~~~~ 2025-03-21T20:22:45.4806560Z /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:45.4808108Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.4808858Z | ^~~~~~~~ 2025-03-21T20:22:45.4816767Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.4832797Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:45.4848479Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:45.4862971Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.4876623Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.4886571Z /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:45.4890263Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:22:45.4891934Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.4893011Z 94 | struct array 2025-03-21T20:22:45.4893460Z | ^~~~~ 2025-03-21T20:22:45.4895089Z /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:45.4896526Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.4897406Z | ^~~~~~~~ 2025-03-21T20:22:45.4905828Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.4921163Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:45.4936544Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:45.4950908Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.4964489Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.4974291Z /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:45.4978137Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:22:45.4979859Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.4980887Z 94 | struct array 2025-03-21T20:22:45.4981347Z | ^~~~~ 2025-03-21T20:22:45.4982863Z /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:45.4984294Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.4985036Z | ^~~~~~~~ 2025-03-21T20:22:45.4993598Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.5009052Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:45.5023723Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:45.5038478Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.5051722Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.5061427Z /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:45.5065185Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:22:45.5066915Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.5067966Z 94 | struct array 2025-03-21T20:22:45.5068426Z | ^~~~~ 2025-03-21T20:22:45.5070026Z /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:45.5071584Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.5072337Z | ^~~~~~~~ 2025-03-21T20:22:45.5080578Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.5095773Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:45.5111090Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:45.5123594Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.5133194Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.5140461Z /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:45.5143623Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:22:45.5145147Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.5146178Z 94 | struct array 2025-03-21T20:22:45.5146635Z | ^~~~~ 2025-03-21T20:22:45.5148084Z /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:45.5149390Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.5150115Z | ^~~~~~~~ 2025-03-21T20:22:45.5157427Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.5169045Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:45.5184949Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:45.5198799Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.5210917Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.5220153Z /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:45.5223534Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:22:45.5225173Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.5226486Z 94 | struct array 2025-03-21T20:22:45.5226926Z | ^~~~~ 2025-03-21T20:22:45.5228382Z /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:45.5229745Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.5230427Z | ^~~~~~~~ 2025-03-21T20:22:45.5238294Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.5252951Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:45.5268520Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:45.5282623Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.5295990Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.5305785Z /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:45.5309755Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:22:45.5311381Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.5312499Z 94 | struct array 2025-03-21T20:22:45.5312948Z | ^~~~~ 2025-03-21T20:22:45.5314468Z /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:45.5315906Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.5316646Z | ^~~~~~~~ 2025-03-21T20:22:45.5318051Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:22:45.5319858Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:45.5321612Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:22:45.5323527Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:45.5325456Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:45.5327261Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:22:45.5328257Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:45.5328893Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:45.5329631Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:45.5330379Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:45.5331323Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:45.5332589Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:22:45.5333822Z from /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:9: 2025-03-21T20:22:45.5342916Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.5359972Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.5376647Z /usr/include/c++/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:45.5393038Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:45.5417055Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:45.5444122Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:45.5463940Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.5480582Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.5493709Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.5499482Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:22:45.5501035Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.5502076Z 94 | struct array 2025-03-21T20:22:45.5502487Z | ^~~~~ 2025-03-21T20:22:45.5504079Z /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:45.5505528Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.5506181Z | ^~~~~~~~ 2025-03-21T20:22:45.5514644Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.5528062Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.5543300Z /usr/include/c++/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:45.5558812Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:45.5578832Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:45.5602526Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:45.5625268Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.5640512Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.5654935Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.5661850Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:22:45.5663724Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.5664761Z 94 | struct array 2025-03-21T20:22:45.5665202Z | ^~~~~ 2025-03-21T20:22:45.5666815Z /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:45.5668351Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.5669110Z | ^~~~~~~~ 2025-03-21T20:22:45.5677733Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.5693651Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.5709757Z /usr/include/c++/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:45.5724881Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:45.5739908Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:45.5757102Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:45.5776751Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.5792029Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.5799565Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.5803243Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:22:45.5804189Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.5804770Z 94 | struct array 2025-03-21T20:22:45.5805031Z | ^~~~~ 2025-03-21T20:22:45.5805944Z /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:45.5806755Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.5807176Z | ^~~~~~~~ 2025-03-21T20:22:45.5811693Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.5820081Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.5830800Z /usr/include/c++/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:45.5846090Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:45.5868956Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:45.5900500Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:45.5924840Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.5941277Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.5955946Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.5963096Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:22:45.5964857Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.5965895Z 94 | struct array 2025-03-21T20:22:45.5966343Z | ^~~~~ 2025-03-21T20:22:45.5967855Z /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:45.5969295Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.5970036Z | ^~~~~~~~ 2025-03-21T20:22:45.5979056Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.5995856Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.6012548Z /usr/include/c++/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:45.6029071Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:45.6052685Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:45.6083244Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:45.6106787Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.6122803Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.6137604Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.6145129Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:22:45.6147167Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.6148368Z 94 | struct array 2025-03-21T20:22:45.6148971Z | ^~~~~ 2025-03-21T20:22:45.6150691Z /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:45.6152358Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.6153215Z | ^~~~~~~~ 2025-03-21T20:22:45.6162700Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.6179834Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.6196983Z /usr/include/c++/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:45.6213038Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:45.6237047Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:45.6267567Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:45.6292553Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.6309121Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.6324044Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.6354391Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:22:45.6356239Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.6357217Z 94 | struct array 2025-03-21T20:22:45.6357692Z | ^~~~~ 2025-03-21T20:22:45.6358988Z /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:45.6359345Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.6359606Z | ^~~~~~~~ 2025-03-21T20:22:45.6367883Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.6377333Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.6385300Z /usr/include/c++/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:45.6394881Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:45.6409857Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:45.6423028Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:45.6429885Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.6436384Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.6443543Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.6444282Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:22:45.6445291Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.6445483Z 94 | struct array 2025-03-21T20:22:45.6445642Z | ^~~~~ 2025-03-21T20:22:45.6446908Z /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:45.6447291Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.6447476Z | ^~~~~~~~ 2025-03-21T20:22:45.6448348Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:45.6449246Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:45.6450042Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:22:45.6450930Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:45.6451205Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:45.6451418Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:45.6451740Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:45.6451960Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:45.6452457Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:45.6452846Z from /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:11: 2025-03-21T20:22:45.6461239Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.6470495Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.6478973Z /usr/include/c++/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:45.6488461Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:45.6503831Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:45.6521552Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:45.6530817Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.6538369Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.6546044Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.6546557Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:57:3: required from here 2025-03-21T20:22:45.6547552Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.6547728Z 94 | struct array 2025-03-21T20:22:45.6547900Z | ^~~~~ 2025-03-21T20:22:45.6549184Z /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:45.6549522Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.6549738Z | ^~~~~~~~ 2025-03-21T20:22:45.6557658Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.6566950Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.6574810Z /usr/include/c++/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:45.6581848Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:45.6593290Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:45.6609048Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:45.6618383Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.6626414Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.6634160Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.6634704Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:57:3: required from here 2025-03-21T20:22:45.6635642Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.6635822Z 94 | struct array 2025-03-21T20:22:45.6635992Z | ^~~~~ 2025-03-21T20:22:45.6637282Z /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:45.6637612Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.6637827Z | ^~~~~~~~ 2025-03-21T20:22:45.6645284Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.6653484Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.6661276Z /usr/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:45.6669594Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:45.6682833Z /usr/include/c++/9/bits/std_function.h: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:45.6697519Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:45.6706078Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.6712800Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.6719504Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.6720066Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:132:3: required from here 2025-03-21T20:22:45.6721066Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.6721237Z 94 | struct array 2025-03-21T20:22:45.6721415Z | ^~~~~ 2025-03-21T20:22:45.6722702Z /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:45.6723135Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.6723339Z | ^~~~~~~~ 2025-03-21T20:22:45.6730626Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.6738847Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.6745699Z /usr/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:45.6754074Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:45.6767453Z /usr/include/c++/9/bits/std_function.h: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:45.6782351Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:45.6790911Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.6798588Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.6805311Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.6805895Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:132:3: required from here 2025-03-21T20:22:45.6806835Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.6807021Z 94 | struct array 2025-03-21T20:22:45.6807181Z | ^~~~~ 2025-03-21T20:22:45.6808446Z /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:45.6808793Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.6808992Z | ^~~~~~~~ 2025-03-21T20:22:45.6809908Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:45.6810764Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:22:45.6811683Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:22:45.6812576Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:45.6813465Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:22:45.6813715Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:45.6813940Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:45.6814261Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:45.6814475Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:45.6815073Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:45.6815646Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:22:45.6816018Z from /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:9: 2025-03-21T20:22:45.6821986Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.6829867Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.6835950Z /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:45.6843277Z /usr/include/c++/9/bits/std_function.h: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:45.6854983Z /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:45.6868481Z /usr/include/c++/9/bits/std_function.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:45.6875529Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.6881438Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.6887305Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.6891364Z /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:45.6891907Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:22:45.6892929Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.6893102Z 94 | struct array 2025-03-21T20:22:45.6893269Z | ^~~~~ 2025-03-21T20:22:45.6894776Z /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:45.6895124Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.6895322Z | ^~~~~~~~ 2025-03-21T20:22:45.6901576Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.6908869Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.6914984Z /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:45.6922722Z /usr/include/c++/9/bits/std_function.h: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:45.6934074Z /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:45.6946988Z /usr/include/c++/9/bits/std_function.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:45.6954219Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.6960374Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.6965954Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.6969736Z /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:45.6970273Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:22:45.6971229Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.6971410Z 94 | struct array 2025-03-21T20:22:45.6971576Z | ^~~~~ 2025-03-21T20:22:45.6972952Z /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:45.6973294Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.6973496Z | ^~~~~~~~ 2025-03-21T20:22:45.6979840Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.6987339Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.6993273Z /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:45.7000329Z /usr/include/c++/9/bits/std_function.h: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:45.7011196Z /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:45.7024318Z /usr/include/c++/9/bits/std_function.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:45.7031650Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.7037497Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.7043167Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.7047015Z /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:45.7047622Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:22:45.7048582Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.7048773Z 94 | struct array 2025-03-21T20:22:45.7048932Z | ^~~~~ 2025-03-21T20:22:45.7050271Z /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:45.7050603Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.7050810Z | ^~~~~~~~ 2025-03-21T20:22:45.7056979Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.7063312Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.7068906Z /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:45.7075978Z /usr/include/c++/9/bits/std_function.h: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:45.7087024Z /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:45.7099522Z /usr/include/c++/9/bits/std_function.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:45.7106779Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.7112893Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.7118547Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.7122512Z /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:45.7123051Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:22:45.7123990Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.7124161Z 94 | struct array 2025-03-21T20:22:45.7124318Z | ^~~~~ 2025-03-21T20:22:45.7125561Z /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:45.7125891Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.7126115Z | ^~~~~~~~ 2025-03-21T20:22:45.7132225Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.7139509Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.7145582Z /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:45.7153103Z /usr/include/c++/9/bits/std_function.h: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:45.7164320Z /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:45.7177352Z /usr/include/c++/9/bits/std_function.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:45.7184795Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.7191006Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.7196855Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.7200601Z /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:45.7201096Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:22:45.7202011Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.7202181Z 94 | struct array 2025-03-21T20:22:45.7202344Z | ^~~~~ 2025-03-21T20:22:45.7203627Z /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:45.7203970Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.7204299Z | ^~~~~~~~ 2025-03-21T20:22:45.7210486Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.7217908Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.7223839Z /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:45.7231025Z /usr/include/c++/9/bits/std_function.h: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:45.7241988Z /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:45.7254919Z /usr/include/c++/9/bits/std_function.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:45.7261876Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.7267554Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.7273220Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.7277151Z /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:45.7277758Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:22:45.7278667Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.7278844Z 94 | struct array 2025-03-21T20:22:45.7279020Z | ^~~~~ 2025-03-21T20:22:45.7280250Z /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:45.7280653Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.7280890Z | ^~~~~~~~ 2025-03-21T20:22:45.7287088Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.7294120Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.7299967Z /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:45.7307904Z /usr/include/c++/9/bits/std_function.h: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:45.7327165Z /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:45.7350939Z /usr/include/c++/9/bits/std_function.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:45.7364552Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.7370886Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.7376322Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.7380742Z /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:45.7382685Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:22:45.7383565Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.7384189Z 94 | struct array 2025-03-21T20:22:45.7384535Z | ^~~~~ 2025-03-21T20:22:45.7385386Z /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:45.7386177Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.7386599Z | ^~~~~~~~ 2025-03-21T20:22:45.7390388Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.7396834Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.7403595Z /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:45.7413670Z /usr/include/c++/9/bits/std_function.h: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:45.7429401Z /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:45.7444405Z /usr/include/c++/9/bits/std_function.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:45.7457331Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.7463404Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.7469139Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.7477602Z /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:45.7480970Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:22:45.7482421Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.7483414Z 94 | struct array 2025-03-21T20:22:45.7483846Z | ^~~~~ 2025-03-21T20:22:45.7485291Z /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:45.7486629Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.7487367Z | ^~~~~~~~ 2025-03-21T20:22:45.7495705Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.7511700Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.7526696Z /usr/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:45.7542115Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:45.7564514Z /usr/include/c++/9/bits/std_function.h: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:45.7592514Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:45.7614856Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.7630368Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.7643709Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.7653530Z /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:45.7657368Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:22:45.7659265Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.7660335Z 94 | struct array 2025-03-21T20:22:45.7660742Z | ^~~~~ 2025-03-21T20:22:45.7662364Z /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:45.7663913Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.7664661Z | ^~~~~~~~ 2025-03-21T20:22:45.7672892Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.7685051Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.7693399Z /usr/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:45.7702386Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:45.7715767Z /usr/include/c++/9/bits/std_function.h: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:45.7731397Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:45.7743253Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.7757351Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.7770358Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.7780076Z /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:45.7783897Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:22:45.7785683Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.7786817Z 94 | struct array 2025-03-21T20:22:45.7787313Z | ^~~~~ 2025-03-21T20:22:45.7789235Z /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:45.7790712Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.7791720Z | ^~~~~~~~ 2025-03-21T20:22:45.7800032Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.7815214Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.7830825Z /usr/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:45.7846225Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:45.7865967Z /usr/include/c++/9/bits/std_function.h: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:45.7894226Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:45.7916340Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.7931544Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.7945274Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.7955377Z /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:45.7959179Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:22:45.7960863Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.7961893Z 94 | struct array 2025-03-21T20:22:45.7962345Z | ^~~~~ 2025-03-21T20:22:45.7963992Z /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:45.7965568Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.7966309Z | ^~~~~~~~ 2025-03-21T20:22:45.7974460Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.7988531Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.8000070Z /usr/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:45.8011765Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:45.8030850Z /usr/include/c++/9/bits/std_function.h: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:45.8054012Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:45.8075757Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.8090551Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.8103831Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.8113912Z /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:45.8117715Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:22:45.8119524Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.8120527Z 94 | struct array 2025-03-21T20:22:45.8120972Z | ^~~~~ 2025-03-21T20:22:45.8122451Z /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:45.8123995Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.8124738Z | ^~~~~~~~ 2025-03-21T20:22:45.8132787Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.8147917Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.8163410Z /usr/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:45.8178306Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:45.8199712Z /usr/include/c++/9/bits/std_function.h: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:45.8228072Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:45.8250266Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.8265191Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:45.8278762Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.8288636Z /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:45.8292651Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:22:45.8294387Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.8295414Z 94 | struct array 2025-03-21T20:22:45.8295859Z | ^~~~~ 2025-03-21T20:22:45.8297435Z /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:45.8298933Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.8299664Z | ^~~~~~~~ 2025-03-21T20:22:45.8307914Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.8323284Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.8338373Z /usr/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:45.8353402Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:45.8372557Z /usr/include/c++/9/bits/std_function.h: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:45.8394797Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:45.8412994Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.8427195Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.8439726Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.8449222Z /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:45.8452730Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:22:45.8454411Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.8455373Z 94 | struct array 2025-03-21T20:22:45.8455831Z | ^~~~~ 2025-03-21T20:22:45.8457264Z /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:45.8458745Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.8459429Z | ^~~~~~~~ 2025-03-21T20:22:45.8467520Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.8483134Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.8498330Z /usr/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:45.8512379Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:45.8532276Z /usr/include/c++/9/bits/std_function.h: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:45.8559610Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:45.8582068Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.8597293Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.8610438Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.8620313Z /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:45.8624267Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:22:45.8625955Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.8626959Z 94 | struct array 2025-03-21T20:22:45.8627417Z | ^~~~~ 2025-03-21T20:22:45.8628961Z /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:45.8630423Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.8631178Z | ^~~~~~~~ 2025-03-21T20:22:45.8639598Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.8654872Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.8669507Z /usr/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:45.8684498Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:45.8707477Z /usr/include/c++/9/bits/std_function.h: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:45.8735900Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:45.8756570Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.8767324Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:45.8777673Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:45.8786632Z /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:45.8790250Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:22:45.8791788Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.8792692Z 94 | struct array 2025-03-21T20:22:45.8793312Z | ^~~~~ 2025-03-21T20:22:45.8794665Z /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:45.8796100Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.8796847Z | ^~~~~~~~ 2025-03-21T20:22:45.8798324Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:45.8800064Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:22:45.8801895Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:45.8803791Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:22:45.8804984Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:45.8805642Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:45.8806351Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:45.8807194Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:45.8808120Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:45.8809387Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:22:45.8810730Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:9, 2025-03-21T20:22:45.8811914Z from /pytorch/executorch/kernels/portable/cpu/op_logical_and.cpp:9: 2025-03-21T20:22:45.8818649Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.8830620Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:45.8843214Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:45.8854654Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.8865123Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.8873761Z /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:45.8877503Z /pytorch/executorch/kernels/portable/cpu/op_logical_and.cpp:31:75: required from here 2025-03-21T20:22:45.8879218Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.8880231Z 94 | struct array 2025-03-21T20:22:45.8880695Z | ^~~~~ 2025-03-21T20:22:45.8882180Z /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:45.8883630Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.8884362Z | ^~~~~~~~ 2025-03-21T20:22:45.8885718Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:22:45.8887525Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:22:45.8889491Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:22:45.8890615Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:45.8891283Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:45.8892007Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:45.8892706Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:45.8893603Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:45.8894913Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:22:45.8896260Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:9, 2025-03-21T20:22:45.8897423Z from /pytorch/executorch/kernels/portable/cpu/op_logical_or.cpp:9: 2025-03-21T20:22:45.8904304Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.8916590Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:45.8928949Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:45.8940365Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.8950502Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.8959108Z /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:45.8963027Z /pytorch/executorch/kernels/portable/cpu/op_logical_or.cpp:31:74: required from here 2025-03-21T20:22:45.8964715Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.8965745Z 94 | struct array 2025-03-21T20:22:45.8966212Z | ^~~~~ 2025-03-21T20:22:45.8967720Z /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:45.8969175Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.8969931Z | ^~~~~~~~ 2025-03-21T20:22:45.8971275Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:22:45.8972441Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:45.8973141Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:45.8973874Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:45.8974590Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:45.8975487Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:45.8976835Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:22:45.8977960Z from /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:9: 2025-03-21T20:22:45.8985011Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.8998118Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.9010459Z /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:45.9023061Z /usr/include/c++/9/bits/std_function.h: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:45.9041486Z /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:45.9064443Z /usr/include/c++/9/bits/std_function.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:45.9082286Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.9094132Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.9103678Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.9108208Z /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:45.9110136Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:22:45.9111043Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.9111720Z 94 | struct array 2025-03-21T20:22:45.9111994Z | ^~~~~ 2025-03-21T20:22:45.9112912Z /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:45.9113762Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.9114186Z | ^~~~~~~~ 2025-03-21T20:22:45.9117739Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.9124374Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.9130656Z /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:45.9137141Z /usr/include/c++/9/bits/std_function.h: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:45.9146187Z /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:45.9161548Z /usr/include/c++/9/bits/std_function.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:45.9179196Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.9190429Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.9200782Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.9209144Z /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:45.9212923Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:22:45.9214682Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.9215912Z 94 | struct array 2025-03-21T20:22:45.9216407Z | ^~~~~ 2025-03-21T20:22:45.9218074Z /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:45.9219581Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.9220326Z | ^~~~~~~~ 2025-03-21T20:22:45.9227214Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.9240120Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.9252210Z /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:45.9264613Z /usr/include/c++/9/bits/std_function.h: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:45.9282262Z /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:45.9304759Z /usr/include/c++/9/bits/std_function.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:45.9322769Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.9334444Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.9345205Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.9354041Z /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:45.9357843Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:22:45.9359548Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.9360636Z 94 | struct array 2025-03-21T20:22:45.9361076Z | ^~~~~ 2025-03-21T20:22:45.9362599Z /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:45.9364124Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.9364881Z | ^~~~~~~~ 2025-03-21T20:22:45.9371479Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.9383656Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.9395595Z /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:45.9407932Z /usr/include/c++/9/bits/std_function.h: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:45.9425168Z /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:45.9447471Z /usr/include/c++/9/bits/std_function.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:45.9465585Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.9477257Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.9487151Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.9495717Z /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:45.9499442Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:22:45.9501072Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.9502057Z 94 | struct array 2025-03-21T20:22:45.9502527Z | ^~~~~ 2025-03-21T20:22:45.9504054Z /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:45.9505479Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.9506230Z | ^~~~~~~~ 2025-03-21T20:22:45.9512900Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.9525337Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.9537180Z /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:45.9549513Z /usr/include/c++/9/bits/std_function.h: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:45.9566725Z /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:45.9589593Z /usr/include/c++/9/bits/std_function.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:45.9607582Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.9619363Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:45.9629161Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.9635747Z /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:45.9638559Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:22:45.9639820Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.9640594Z 94 | struct array 2025-03-21T20:22:45.9640927Z | ^~~~~ 2025-03-21T20:22:45.9642092Z /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:45.9643209Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.9643759Z | ^~~~~~~~ 2025-03-21T20:22:45.9648773Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.9658293Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.9664606Z /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:45.9671034Z /usr/include/c++/9/bits/std_function.h: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:45.9680963Z /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:45.9692784Z /usr/include/c++/9/bits/std_function.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:45.9709697Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.9720881Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.9731318Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.9740320Z /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:45.9744077Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:22:45.9745820Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.9746872Z 94 | struct array 2025-03-21T20:22:45.9747343Z | ^~~~~ 2025-03-21T20:22:45.9748999Z /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:45.9750505Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.9751230Z | ^~~~~~~~ 2025-03-21T20:22:45.9758030Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.9770630Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.9782868Z /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:45.9795974Z /usr/include/c++/9/bits/std_function.h: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:45.9813323Z /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:45.9835932Z /usr/include/c++/9/bits/std_function.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:45.9853996Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.9865662Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.9876475Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:45.9885293Z /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:45.9889424Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:22:45.9891222Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:45.9892311Z 94 | struct array 2025-03-21T20:22:45.9892801Z | ^~~~~ 2025-03-21T20:22:45.9894320Z /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:45.9895820Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:45.9896612Z | ^~~~~~~~ 2025-03-21T20:22:45.9903770Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.9916403Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:45.9928280Z /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:45.9940334Z /usr/include/c++/9/bits/std_function.h: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:45.9957389Z /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:45.9980560Z /usr/include/c++/9/bits/std_function.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:45.9993412Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.0000592Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.0007493Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.0012029Z /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:46.0014031Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:22:46.0014967Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.0015873Z 94 | struct array 2025-03-21T20:22:46.0016286Z | ^~~~~ 2025-03-21T20:22:46.0017614Z /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:46.0018887Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.0019617Z | ^~~~~~~~ 2025-03-21T20:22:46.0026615Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.0041065Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.0053947Z /usr/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:46.0065346Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:46.0083409Z /usr/include/c++/9/bits/std_function.h: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:46.0110554Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:46.0122425Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.0130106Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.0136908Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.0143926Z /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:46.0146017Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:22:46.0146956Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.0147593Z 94 | struct array 2025-03-21T20:22:46.0147866Z | ^~~~~ 2025-03-21T20:22:46.0148778Z /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:46.0149611Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.0150028Z | ^~~~~~~~ 2025-03-21T20:22:46.0154439Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.0162288Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.0170028Z /usr/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:46.0181568Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:46.0199733Z /usr/include/c++/9/bits/std_function.h: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:46.0223176Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:46.0244542Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.0257033Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.0265256Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.0272969Z /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:46.0277467Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:22:46.0279180Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.0280256Z 94 | struct array 2025-03-21T20:22:46.0280717Z | ^~~~~ 2025-03-21T20:22:46.0282388Z /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:46.0284024Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.0284736Z | ^~~~~~~~ 2025-03-21T20:22:46.0292578Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.0307974Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.0322514Z /usr/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:46.0336339Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:46.0355240Z /usr/include/c++/9/bits/std_function.h: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:46.0382400Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:46.0403963Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.0418133Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.0431084Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.0441135Z /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:46.0444896Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:22:46.0446465Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.0447437Z 94 | struct array 2025-03-21T20:22:46.0447895Z | ^~~~~ 2025-03-21T20:22:46.0449428Z /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:46.0450950Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.0451699Z | ^~~~~~~~ 2025-03-21T20:22:46.0459952Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.0476038Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.0491263Z /usr/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:46.0506163Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:46.0528290Z /usr/include/c++/9/bits/std_function.h: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:46.0556620Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:46.0574678Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.0589784Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.0603511Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.0613340Z /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:46.0617019Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:22:46.0618672Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.0619684Z 94 | struct array 2025-03-21T20:22:46.0620182Z | ^~~~~ 2025-03-21T20:22:46.0621771Z /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:46.0623261Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.0624173Z | ^~~~~~~~ 2025-03-21T20:22:46.0632317Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.0647203Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.0662573Z /usr/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:46.0677693Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:46.0699285Z /usr/include/c++/9/bits/std_function.h: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:46.0727768Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:46.0749546Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.0764672Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.0775358Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.0782496Z /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:46.0785204Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:22:46.0786420Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.0787242Z 94 | struct array 2025-03-21T20:22:46.0787650Z | ^~~~~ 2025-03-21T20:22:46.0789198Z /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:46.0790498Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.0791126Z | ^~~~~~~~ 2025-03-21T20:22:46.0798697Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.0813448Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.0828485Z /usr/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:46.0843699Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:46.0865514Z /usr/include/c++/9/bits/std_function.h: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:46.0893331Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:46.0915732Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.0930555Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.0943982Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.0954049Z /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:46.0957858Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:22:46.0959644Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.0960645Z 94 | struct array 2025-03-21T20:22:46.0961107Z | ^~~~~ 2025-03-21T20:22:46.0962645Z /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:46.0964158Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.0964893Z | ^~~~~~~~ 2025-03-21T20:22:46.0973137Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.0988466Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.1002795Z /usr/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:46.1018082Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:46.1039616Z /usr/include/c++/9/bits/std_function.h: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:46.1067670Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:46.1090094Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.1104870Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.1118245Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.1128102Z /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:46.1132049Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:22:46.1133736Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.1134737Z 94 | struct array 2025-03-21T20:22:46.1135196Z | ^~~~~ 2025-03-21T20:22:46.1136784Z /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:46.1138249Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.1156911Z | ^~~~~~~~ 2025-03-21T20:22:46.1165260Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.1180285Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.1195490Z /usr/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:46.1210465Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:46.1232336Z /usr/include/c++/9/bits/std_function.h: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:46.1260390Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:46.1282886Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.1297082Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.1310381Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.1321126Z /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:46.1324844Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:22:46.1326527Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.1327493Z 94 | struct array 2025-03-21T20:22:46.1327951Z | ^~~~~ 2025-03-21T20:22:46.1329493Z /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:46.1331171Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.1331912Z | ^~~~~~~~ 2025-03-21T20:22:46.1333286Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:22:46.1334492Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:46.1335174Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:46.1335913Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:46.1336635Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:46.1337553Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:46.1338230Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:22:46.1338799Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:9, 2025-03-21T20:22:46.1339230Z from /pytorch/executorch/kernels/portable/cpu/op_logical_xor.cpp:9: 2025-03-21T20:22:46.1345581Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.1352535Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:46.1359389Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:46.1365031Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.1370671Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.1374467Z /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:46.1375130Z /pytorch/executorch/kernels/portable/cpu/op_logical_xor.cpp:31:75: required from here 2025-03-21T20:22:46.1376058Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.1376241Z 94 | struct array 2025-03-21T20:22:46.1376402Z | ^~~~~ 2025-03-21T20:22:46.1377662Z /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:46.1377988Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.1378192Z | ^~~~~~~~ 2025-03-21T20:22:46.1379117Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:22:46.1380011Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:22:46.1380890Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:22:46.1381695Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:46.1382453Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:22:46.1383448Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:22:46.1383703Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:46.1383938Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:46.1384244Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:46.1384481Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:46.1384957Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:46.1385510Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:22:46.1385855Z from /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:9: 2025-03-21T20:22:46.1392472Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.1399896Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:46.1407151Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:46.1413108Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.1419068Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.1422804Z /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:46.1423347Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:22:46.1424334Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.1424600Z 94 | struct array 2025-03-21T20:22:46.1424759Z | ^~~~~ 2025-03-21T20:22:46.1426199Z /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:46.1426533Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.1426748Z | ^~~~~~~~ 2025-03-21T20:22:46.1433373Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.1440404Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:46.1447377Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:46.1453235Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.1458913Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.1462790Z /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:46.1463314Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:22:46.1464337Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.1464515Z 94 | struct array 2025-03-21T20:22:46.1464693Z | ^~~~~ 2025-03-21T20:22:46.1466071Z /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:46.1466475Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.1466671Z | ^~~~~~~~ 2025-03-21T20:22:46.1472946Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.1480048Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:46.1487066Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:46.1493172Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.1498915Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.1502820Z /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:46.1503347Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:22:46.1504307Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.1504502Z 94 | struct array 2025-03-21T20:22:46.1504665Z | ^~~~~ 2025-03-21T20:22:46.1505993Z /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:46.1506324Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.1506544Z | ^~~~~~~~ 2025-03-21T20:22:46.1512798Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.1520045Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:46.1526625Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:46.1532226Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.1537693Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.1541484Z /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:46.1541976Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:22:46.1542880Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.1543145Z 94 | struct array 2025-03-21T20:22:46.1543318Z | ^~~~~ 2025-03-21T20:22:46.1544577Z /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:46.1544960Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.1545170Z | ^~~~~~~~ 2025-03-21T20:22:46.1551383Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.1558499Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:46.1565501Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:46.1571350Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.1576924Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.1580689Z /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:46.1581300Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:22:46.1582251Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.1582428Z 94 | struct array 2025-03-21T20:22:46.1582581Z | ^~~~~ 2025-03-21T20:22:46.1583887Z /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:46.1584284Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.1584487Z | ^~~~~~~~ 2025-03-21T20:22:46.1590767Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.1598024Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:46.1604737Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:46.1610453Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.1616239Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.1620048Z /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:46.1620580Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:22:46.1621513Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.1621687Z 94 | struct array 2025-03-21T20:22:46.1621834Z | ^~~~~ 2025-03-21T20:22:46.1623124Z /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:46.1623450Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.1623655Z | ^~~~~~~~ 2025-03-21T20:22:46.1630025Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.1637120Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:46.1643791Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:46.1649542Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.1655070Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.1658864Z /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:46.1659361Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:22:46.1660295Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.1660467Z 94 | struct array 2025-03-21T20:22:46.1660635Z | ^~~~~ 2025-03-21T20:22:46.1661972Z /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:46.1662338Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.1662565Z | ^~~~~~~~ 2025-03-21T20:22:46.1667919Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.1674795Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:46.1680947Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:46.1686248Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.1691316Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.1695397Z /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:46.1696030Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:22:46.1697068Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.1697268Z 94 | struct array 2025-03-21T20:22:46.1697417Z | ^~~~~ 2025-03-21T20:22:46.1698715Z /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:46.1699065Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.1699264Z | ^~~~~~~~ 2025-03-21T20:22:46.1705194Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.1710916Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.1715979Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.1720155Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.1724363Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.1726614Z /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:46.1726962Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:22:46.1727577Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.1727701Z 94 | struct array 2025-03-21T20:22:46.1727798Z | ^~~~~ 2025-03-21T20:22:46.1728680Z /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:46.1728888Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.1729053Z | ^~~~~~~~ 2025-03-21T20:22:46.1733930Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.1738760Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.1743389Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.1747781Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.1752136Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.1754174Z /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:46.1754465Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:22:46.1754972Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.1755079Z 94 | struct array 2025-03-21T20:22:46.1755199Z | ^~~~~ 2025-03-21T20:22:46.1755965Z /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:46.1756172Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.1756294Z | ^~~~~~~~ 2025-03-21T20:22:46.1760574Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.1765264Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.1769889Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.1773827Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.1777975Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.1780165Z /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:46.1780489Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:22:46.1781100Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.1781206Z 94 | struct array 2025-03-21T20:22:46.1781355Z | ^~~~~ 2025-03-21T20:22:46.1782116Z /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:46.1782364Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.1782486Z | ^~~~~~~~ 2025-03-21T20:22:46.1788501Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.1794656Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.1801973Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.1809120Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.1813589Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.1816912Z /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:46.1817417Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:22:46.1818359Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.1818536Z 94 | struct array 2025-03-21T20:22:46.1818707Z | ^~~~~ 2025-03-21T20:22:46.1819977Z /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:46.1820286Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.1820488Z | ^~~~~~~~ 2025-03-21T20:22:46.1828160Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.1836319Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.1844428Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.1851569Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.1858686Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.1862161Z /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:46.1862799Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:22:46.1863763Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.1863914Z 94 | struct array 2025-03-21T20:22:46.1864065Z | ^~~~~ 2025-03-21T20:22:46.1865368Z /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:46.1865769Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.1865983Z | ^~~~~~~~ 2025-03-21T20:22:46.1873704Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.1882078Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.1890546Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.1897628Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.1904866Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.1908752Z /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:46.1909336Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:22:46.1910227Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.1910397Z 94 | struct array 2025-03-21T20:22:46.1910558Z | ^~~~~ 2025-03-21T20:22:46.1911914Z /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:46.1912244Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.1912456Z | ^~~~~~~~ 2025-03-21T20:22:46.1920167Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.1928425Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.1936931Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.1944222Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.1951179Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.1954835Z /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:46.1955390Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:22:46.1956329Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.1956523Z 94 | struct array 2025-03-21T20:22:46.1956685Z | ^~~~~ 2025-03-21T20:22:46.1957959Z /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:46.1958380Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.1958589Z | ^~~~~~~~ 2025-03-21T20:22:46.1966169Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.1974880Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.1982902Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.1990357Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.1998934Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.2003207Z /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:46.2003802Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:22:46.2004698Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.2004859Z 94 | struct array 2025-03-21T20:22:46.2005002Z | ^~~~~ 2025-03-21T20:22:46.2006121Z /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:46.2006486Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.2006672Z | ^~~~~~~~ 2025-03-21T20:22:46.2007615Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:22:46.2008830Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:22:46.2009639Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:22:46.2010250Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:22:46.2010488Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:46.2010618Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:46.2010796Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:46.2010959Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:46.2011623Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:46.2012137Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:22:46.2012456Z from /pytorch/executorch/kernels/portable/cpu/op_le.cpp:9: 2025-03-21T20:22:46.2018358Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.2022359Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.2025832Z /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:46.2029962Z /usr/include/c++/9/bits/std_function.h: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:46.2035966Z /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:46.2042831Z /usr/include/c++/9/bits/std_function.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:46.2047428Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.2051270Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.2054392Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.2056313Z /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:46.2056673Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:22:46.2057244Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.2057461Z 94 | struct array 2025-03-21T20:22:46.2057599Z | ^~~~~ 2025-03-21T20:22:46.2058696Z /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:46.2058890Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.2059028Z | ^~~~~~~~ 2025-03-21T20:22:46.2062401Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.2066234Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.2069378Z /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:46.2073295Z /usr/include/c++/9/bits/std_function.h: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:46.2079201Z /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:46.2086377Z /usr/include/c++/9/bits/std_function.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:46.2090429Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.2093617Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.2096707Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.2098960Z /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:46.2099252Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:22:46.2099793Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.2099904Z 94 | struct array 2025-03-21T20:22:46.2100012Z | ^~~~~ 2025-03-21T20:22:46.2100727Z /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:46.2100934Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.2101055Z | ^~~~~~~~ 2025-03-21T20:22:46.2104313Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.2108043Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.2113061Z /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:46.2120337Z /usr/include/c++/9/bits/std_function.h: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:46.2130574Z /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:46.2140249Z /usr/include/c++/9/bits/std_function.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:46.2144486Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.2149277Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.2153207Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.2155710Z /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:46.2156157Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:22:46.2156804Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.2156908Z 94 | struct array 2025-03-21T20:22:46.2157024Z | ^~~~~ 2025-03-21T20:22:46.2157728Z /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:46.2157932Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.2158134Z | ^~~~~~~~ 2025-03-21T20:22:46.2161304Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.2167756Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.2173168Z /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:46.2179802Z /usr/include/c++/9/bits/std_function.h: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:46.2190097Z /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:46.2199395Z /usr/include/c++/9/bits/std_function.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:46.2203735Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.2206761Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.2209596Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.2212224Z /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:46.2212818Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:22:46.2213670Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.2213852Z 94 | struct array 2025-03-21T20:22:46.2214037Z | ^~~~~ 2025-03-21T20:22:46.2215230Z /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:46.2215623Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.2215816Z | ^~~~~~~~ 2025-03-21T20:22:46.2220281Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.2224044Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.2229039Z /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:46.2235992Z /usr/include/c++/9/bits/std_function.h: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:46.2246932Z /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:46.2259133Z /usr/include/c++/9/bits/std_function.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:46.2266193Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.2272452Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.2278188Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.2282014Z /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:46.2282587Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:22:46.2283582Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.2283779Z 94 | struct array 2025-03-21T20:22:46.2283936Z | ^~~~~ 2025-03-21T20:22:46.2285265Z /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:46.2285584Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.2285802Z | ^~~~~~~~ 2025-03-21T20:22:46.2292170Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.2299412Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.2305699Z /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:46.2314313Z /usr/include/c++/9/bits/std_function.h: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:46.2325532Z /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:46.2339177Z /usr/include/c++/9/bits/std_function.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:46.2358569Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.2372229Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.2384327Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.2393783Z /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:46.2397621Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:22:46.2399312Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.2400326Z 94 | struct array 2025-03-21T20:22:46.2400774Z | ^~~~~ 2025-03-21T20:22:46.2402346Z /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:46.2403821Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.2404562Z | ^~~~~~~~ 2025-03-21T20:22:46.2411252Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.2424234Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.2436121Z /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:46.2448311Z /usr/include/c++/9/bits/std_function.h: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:46.2465276Z /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:46.2487879Z /usr/include/c++/9/bits/std_function.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:46.2506526Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.2518561Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.2528852Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.2537637Z /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:46.2541366Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:22:46.2543030Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.2544074Z 94 | struct array 2025-03-21T20:22:46.2544687Z | ^~~~~ 2025-03-21T20:22:46.2546274Z /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:46.2547792Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.2548514Z | ^~~~~~~~ 2025-03-21T20:22:46.2555471Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.2567688Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.2579660Z /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:46.2592211Z /usr/include/c++/9/bits/std_function.h: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:46.2608914Z /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:46.2630942Z /usr/include/c++/9/bits/std_function.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:46.2649128Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.2660635Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.2671056Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.2679634Z /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:46.2683406Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:22:46.2685090Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.2686085Z 94 | struct array 2025-03-21T20:22:46.2686506Z | ^~~~~ 2025-03-21T20:22:46.2688041Z /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:46.2689618Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.2690227Z | ^~~~~~~~ 2025-03-21T20:22:46.2698415Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.2713667Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.2729383Z /usr/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:46.2744477Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:46.2766492Z /usr/include/c++/9/bits/std_function.h: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:46.2795534Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:46.2817512Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.2832089Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.2845720Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.2855262Z /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:46.2858785Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:22:46.2860529Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.2861664Z 94 | struct array 2025-03-21T20:22:46.2862112Z | ^~~~~ 2025-03-21T20:22:46.2863799Z /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:46.2865358Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.2866112Z | ^~~~~~~~ 2025-03-21T20:22:46.2874349Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.2889838Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.2905103Z /usr/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:46.2920266Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:46.2939918Z /usr/include/c++/9/bits/std_function.h: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:46.2967424Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:46.2989886Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.3004769Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.3018115Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.3028084Z /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:46.3032112Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:22:46.3033855Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.3034939Z 94 | struct array 2025-03-21T20:22:46.3035395Z | ^~~~~ 2025-03-21T20:22:46.3037119Z /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:46.3038667Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.3039413Z | ^~~~~~~~ 2025-03-21T20:22:46.3047340Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.3062610Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.3077696Z /usr/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:46.3092818Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:46.3114422Z /usr/include/c++/9/bits/std_function.h: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:46.3142677Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:46.3160872Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.3168488Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.3176247Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.3185450Z /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:46.3189593Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:22:46.3191293Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.3192415Z 94 | struct array 2025-03-21T20:22:46.3192854Z | ^~~~~ 2025-03-21T20:22:46.3194422Z /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:46.3195820Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.3196713Z | ^~~~~~~~ 2025-03-21T20:22:46.3204764Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.3219871Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.3234791Z /usr/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:46.3250019Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:46.3271592Z /usr/include/c++/9/bits/std_function.h: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:46.3299662Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:46.3322135Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.3337006Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.3350042Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.3359939Z /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:46.3363617Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:22:46.3365252Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.3366292Z 94 | struct array 2025-03-21T20:22:46.3366737Z | ^~~~~ 2025-03-21T20:22:46.3368401Z /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:46.3369830Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.3370541Z | ^~~~~~~~ 2025-03-21T20:22:46.3378725Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.3394348Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.3409314Z /usr/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:46.3424650Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:46.3445341Z /usr/include/c++/9/bits/std_function.h: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:46.3472641Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:46.3494371Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.3509758Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.3525250Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.3535235Z /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:46.3539176Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:22:46.3540880Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.3541951Z 94 | struct array 2025-03-21T20:22:46.3542400Z | ^~~~~ 2025-03-21T20:22:46.3544010Z /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:46.3545494Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.3546239Z | ^~~~~~~~ 2025-03-21T20:22:46.3554626Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.3570014Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.3584702Z /usr/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:46.3600001Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:46.3622084Z /usr/include/c++/9/bits/std_function.h: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:46.3649948Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:46.3672192Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.3685161Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.3695388Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.3702677Z /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:46.3705926Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:22:46.3707468Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.3708565Z 94 | struct array 2025-03-21T20:22:46.3709019Z | ^~~~~ 2025-03-21T20:22:46.3710510Z /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:46.3712011Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.3712957Z | ^~~~~~~~ 2025-03-21T20:22:46.3720500Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.3734520Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.3749214Z /usr/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:46.3763890Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:46.3785713Z /usr/include/c++/9/bits/std_function.h: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:46.3813565Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:46.3835751Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.3850859Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.3864202Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.3874076Z /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:46.3877808Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:22:46.3879435Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.3880489Z 94 | struct array 2025-03-21T20:22:46.3880935Z | ^~~~~ 2025-03-21T20:22:46.3882509Z /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:46.3883905Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.3884635Z | ^~~~~~~~ 2025-03-21T20:22:46.3892328Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.3907603Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.3922264Z /usr/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:46.3936736Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:46.3958508Z /usr/include/c++/9/bits/std_function.h: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:46.3986177Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:46.4007832Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.4022818Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.4035601Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.4045491Z /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:46.4049345Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:22:46.4051008Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.4052038Z 94 | struct array 2025-03-21T20:22:46.4052472Z | ^~~~~ 2025-03-21T20:22:46.4053976Z /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:46.4055321Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.4055927Z | ^~~~~~~~ 2025-03-21T20:22:46.4057080Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:22:46.4058734Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:22:46.4060364Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:22:46.4061895Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:22:46.4063268Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:22:46.4064676Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:22:46.4066295Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:22:46.4068051Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:46.4069457Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:46.4070125Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:46.4070867Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:46.4071666Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:46.4072452Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:46.4073454Z from /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:9: 2025-03-21T20:22:46.4081397Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.4098631Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.4116028Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.4130697Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.4139770Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.4143422Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:22:46.4144377Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.4144959Z 94 | struct array 2025-03-21T20:22:46.4145227Z | ^~~~~ 2025-03-21T20:22:46.4146135Z /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:46.4146985Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.4147403Z | ^~~~~~~~ 2025-03-21T20:22:46.4152046Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.4163816Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.4180362Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.4194071Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.4204876Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.4208535Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:22:46.4209474Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.4210052Z 94 | struct array 2025-03-21T20:22:46.4210332Z | ^~~~~ 2025-03-21T20:22:46.4211348Z /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:46.4212532Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.4212958Z | ^~~~~~~~ 2025-03-21T20:22:46.4217830Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.4228371Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.4237865Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.4246625Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.4255371Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.4259383Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:22:46.4260412Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.4261039Z 94 | struct array 2025-03-21T20:22:46.4261311Z | ^~~~~ 2025-03-21T20:22:46.4262238Z /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:46.4263150Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.4263616Z | ^~~~~~~~ 2025-03-21T20:22:46.4268380Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.4276798Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.4287104Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.4299412Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.4310250Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.4316096Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:22:46.4317349Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.4318068Z 94 | struct array 2025-03-21T20:22:46.4318366Z | ^~~~~ 2025-03-21T20:22:46.4319631Z /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:46.4320940Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.4321621Z | ^~~~~~~~ 2025-03-21T20:22:46.4329475Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.4340819Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.4353616Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.4361833Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.4369372Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.4375464Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:22:46.4376902Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.4377773Z 94 | struct array 2025-03-21T20:22:46.4378232Z | ^~~~~ 2025-03-21T20:22:46.4379922Z /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:46.4381370Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.4382114Z | ^~~~~~~~ 2025-03-21T20:22:46.4391405Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.4407708Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.4424870Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.4440862Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.4454391Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.4461153Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:22:46.4462854Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.4463889Z 94 | struct array 2025-03-21T20:22:46.4464323Z | ^~~~~ 2025-03-21T20:22:46.4465845Z /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:46.4467260Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.4467960Z | ^~~~~~~~ 2025-03-21T20:22:46.4476754Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.4492948Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.4510337Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.4525997Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.4540217Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.4547034Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:22:46.4548754Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.4549816Z 94 | struct array 2025-03-21T20:22:46.4550276Z | ^~~~~ 2025-03-21T20:22:46.4552080Z /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:46.4553573Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.4554304Z | ^~~~~~~~ 2025-03-21T20:22:46.4562932Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.4578911Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.4596233Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.4611955Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.4626472Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.4633662Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:22:46.4635319Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.4636282Z 94 | struct array 2025-03-21T20:22:46.4636748Z | ^~~~~ 2025-03-21T20:22:46.4638391Z /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:46.4639828Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.4640561Z | ^~~~~~~~ 2025-03-21T20:22:46.4641872Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:22:46.4643764Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:22:46.4645771Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:22:46.4647756Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:22:46.4649456Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:46.4651203Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:22:46.4652629Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:46.4653567Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:22:46.4654544Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:22:46.4655181Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:46.4655686Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:46.4656239Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:46.4656643Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:46.4657147Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:46.4658163Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:22:46.4659318Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:9, 2025-03-21T20:22:46.4660410Z from /pytorch/executorch/kernels/portable/cpu/op_logical_and.cpp:9: 2025-03-21T20:22:46.4667366Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.4679944Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.4691736Z /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:46.4703846Z /usr/include/c++/9/bits/std_function.h: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:46.4721424Z /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:46.4743394Z /usr/include/c++/9/bits/std_function.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:46.4760694Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.4772235Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.4782615Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.4791499Z /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:46.4795237Z /pytorch/executorch/kernels/portable/cpu/op_logical_and.cpp:31:75: required from here 2025-03-21T20:22:46.4796944Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.4797991Z 94 | struct array 2025-03-21T20:22:46.4798472Z | ^~~~~ 2025-03-21T20:22:46.4800020Z /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:46.4801444Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.4802319Z | ^~~~~~~~ 2025-03-21T20:22:46.4803720Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:22:46.4804954Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:46.4805659Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:46.4806509Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:46.4807226Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:46.4808088Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:46.4809160Z from /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:9: 2025-03-21T20:22:46.4818197Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.4835112Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.4852890Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.4869063Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.4883340Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.4890650Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:22:46.4892446Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.4893484Z 94 | struct array 2025-03-21T20:22:46.4893939Z | ^~~~~ 2025-03-21T20:22:46.4895615Z /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:46.4897174Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.4897913Z | ^~~~~~~~ 2025-03-21T20:22:46.4906572Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.4923088Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.4940208Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.4955610Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.4969863Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.4976953Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:22:46.4978755Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.4979837Z 94 | struct array 2025-03-21T20:22:46.4980298Z | ^~~~~ 2025-03-21T20:22:46.4981970Z /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:46.4983630Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.4984387Z | ^~~~~~~~ 2025-03-21T20:22:46.4994160Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.5009776Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.5026620Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.5042697Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.5057143Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.5064066Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:22:46.5065776Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.5066824Z 94 | struct array 2025-03-21T20:22:46.5067268Z | ^~~~~ 2025-03-21T20:22:46.5068845Z /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:46.5070339Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.5071087Z | ^~~~~~~~ 2025-03-21T20:22:46.5079694Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.5096111Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.5113212Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.5128755Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.5142705Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.5149686Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:22:46.5151372Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.5152442Z 94 | struct array 2025-03-21T20:22:46.5152861Z | ^~~~~ 2025-03-21T20:22:46.5154378Z /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:46.5155867Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.5156608Z | ^~~~~~~~ 2025-03-21T20:22:46.5164656Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.5181128Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.5198261Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.5211920Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.5225615Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.5232200Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:22:46.5234531Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.5235529Z 94 | struct array 2025-03-21T20:22:46.5235968Z | ^~~~~ 2025-03-21T20:22:46.5237386Z /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:46.5238705Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.5239302Z | ^~~~~~~~ 2025-03-21T20:22:46.5247487Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.5262920Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.5279802Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.5295064Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.5308817Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.5315614Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:22:46.5317334Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.5318284Z 94 | struct array 2025-03-21T20:22:46.5318680Z | ^~~~~ 2025-03-21T20:22:46.5320115Z /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:46.5321448Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.5322148Z | ^~~~~~~~ 2025-03-21T20:22:46.5329795Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.5346038Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.5362295Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.5377708Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.5392221Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.5398975Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:22:46.5400600Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.5401587Z 94 | struct array 2025-03-21T20:22:46.5401998Z | ^~~~~ 2025-03-21T20:22:46.5403475Z /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:46.5404990Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.5424035Z | ^~~~~~~~ 2025-03-21T20:22:46.5431026Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.5445995Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.5461535Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.5476956Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.5490533Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.5497171Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:22:46.5498885Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.5499853Z 94 | struct array 2025-03-21T20:22:46.5500328Z | ^~~~~ 2025-03-21T20:22:46.5501757Z /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:46.5503248Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.5503971Z | ^~~~~~~~ 2025-03-21T20:22:46.5505345Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:22:46.5506528Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:46.5507164Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:46.5507850Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:46.5508540Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:46.5509421Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:46.5510703Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:22:46.5512138Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:9, 2025-03-21T20:22:46.5513453Z from /pytorch/executorch/kernels/portable/cpu/op_logical_or.cpp:9: 2025-03-21T20:22:46.5520237Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.5533104Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.5545019Z /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:46.5557522Z /usr/include/c++/9/bits/std_function.h: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:46.5574442Z /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:46.5597273Z /usr/include/c++/9/bits/std_function.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:46.5615289Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.5626948Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.5637346Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.5645803Z /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:46.5649876Z /pytorch/executorch/kernels/portable/cpu/op_logical_or.cpp:31:74: required from here 2025-03-21T20:22:46.5651591Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.5652623Z 94 | struct array 2025-03-21T20:22:46.5653073Z | ^~~~~ 2025-03-21T20:22:46.5654604Z /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:46.5656147Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.5656876Z | ^~~~~~~~ 2025-03-21T20:22:46.5658195Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:22:46.5659391Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:46.5660104Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:46.5660844Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:46.5661600Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:46.5662551Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:46.5663834Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:22:46.5665170Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:9, 2025-03-21T20:22:46.5666301Z from /pytorch/executorch/kernels/portable/cpu/op_logical_xor.cpp:9: 2025-03-21T20:22:46.5673295Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.5685459Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.5697473Z /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:46.5710248Z /usr/include/c++/9/bits/std_function.h: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:46.5727773Z /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:46.5749998Z /usr/include/c++/9/bits/std_function.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:46.5768259Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.5779981Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.5790471Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.5799135Z /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:46.5803162Z /pytorch/executorch/kernels/portable/cpu/op_logical_xor.cpp:31:75: required from here 2025-03-21T20:22:46.5804909Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.5805931Z 94 | struct array 2025-03-21T20:22:46.5806382Z | ^~~~~ 2025-03-21T20:22:46.5807907Z /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:46.5809374Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.5810109Z | ^~~~~~~~ 2025-03-21T20:22:46.5811570Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:22:46.5813423Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:22:46.5815504Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:22:46.5816865Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:46.5817570Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:46.5818445Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:46.5819201Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:46.5820091Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:46.5821169Z from /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:9: 2025-03-21T20:22:46.5830361Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.5844361Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.5854225Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.5862522Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.5869888Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.5873640Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:22:46.5874569Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.5875171Z 94 | struct array 2025-03-21T20:22:46.5875440Z | ^~~~~ 2025-03-21T20:22:46.5876338Z /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:46.5877193Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.5877620Z | ^~~~~~~~ 2025-03-21T20:22:46.5881997Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.5886779Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.5892917Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.5899092Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.5905435Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.5905846Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:22:46.5906781Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.5906945Z 94 | struct array 2025-03-21T20:22:46.5907042Z | ^~~~~ 2025-03-21T20:22:46.5907817Z /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:46.5908005Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.5908145Z | ^~~~~~~~ 2025-03-21T20:22:46.5912493Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.5917579Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.5923996Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.5928186Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.5933252Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.5933760Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:22:46.5934637Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.5934796Z 94 | struct array 2025-03-21T20:22:46.5935023Z | ^~~~~ 2025-03-21T20:22:46.5936242Z /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:46.5936584Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.5936781Z | ^~~~~~~~ 2025-03-21T20:22:46.5944403Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.5953442Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.5961827Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.5969454Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.5976943Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.5977488Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:22:46.5978474Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.5978645Z 94 | struct array 2025-03-21T20:22:46.5978789Z | ^~~~~ 2025-03-21T20:22:46.5979921Z /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:46.5980386Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.5980605Z | ^~~~~~~~ 2025-03-21T20:22:46.5989140Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.5998381Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.6007747Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.6015545Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.6023136Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.6023686Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:22:46.6024678Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.6024930Z 94 | struct array 2025-03-21T20:22:46.6025098Z | ^~~~~ 2025-03-21T20:22:46.6026393Z /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:46.6026745Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.6026938Z | ^~~~~~~~ 2025-03-21T20:22:46.6035291Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.6044045Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.6053084Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.6061138Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.6068662Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.6069247Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:22:46.6070170Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.6070356Z 94 | struct array 2025-03-21T20:22:46.6070503Z | ^~~~~ 2025-03-21T20:22:46.6071858Z /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:46.6072191Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.6072388Z | ^~~~~~~~ 2025-03-21T20:22:46.6080817Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.6089969Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.6099125Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.6108059Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.6115604Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.6116280Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:22:46.6117268Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.6117440Z 94 | struct array 2025-03-21T20:22:46.6117607Z | ^~~~~ 2025-03-21T20:22:46.6119309Z /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:46.6119652Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.6119868Z | ^~~~~~~~ 2025-03-21T20:22:46.6128133Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.6137282Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.6142939Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.6146982Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.6150982Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.6151330Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:22:46.6151932Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.6152036Z 94 | struct array 2025-03-21T20:22:46.6152144Z | ^~~~~ 2025-03-21T20:22:46.6152836Z /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:46.6153042Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.6153164Z | ^~~~~~~~ 2025-03-21T20:22:46.6156971Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.6161929Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.6168660Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.6173706Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.6178654Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.6179098Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:22:46.6179821Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.6179967Z 94 | struct array 2025-03-21T20:22:46.6180120Z | ^~~~~ 2025-03-21T20:22:46.6181156Z /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:46.6181418Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.6181586Z | ^~~~~~~~ 2025-03-21T20:22:46.6187310Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.6194474Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.6202503Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.6209416Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.6216237Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.6216909Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:22:46.6217872Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.6218069Z 94 | struct array 2025-03-21T20:22:46.6218302Z | ^~~~~ 2025-03-21T20:22:46.6219707Z /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:46.6220034Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.6220255Z | ^~~~~~~~ 2025-03-21T20:22:46.6227677Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.6236373Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.6244444Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.6251373Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.6258281Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.6258904Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:22:46.6259900Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.6260099Z 94 | struct array 2025-03-21T20:22:46.6260259Z | ^~~~~ 2025-03-21T20:22:46.6261609Z /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:46.6261949Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.6262166Z | ^~~~~~~~ 2025-03-21T20:22:46.6269443Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.6277722Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.6285762Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.6292989Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.6299734Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.6300232Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:22:46.6301146Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.6301323Z 94 | struct array 2025-03-21T20:22:46.6301478Z | ^~~~~ 2025-03-21T20:22:46.6302689Z /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:46.6303717Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.6303915Z | ^~~~~~~~ 2025-03-21T20:22:46.6310348Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.6318765Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.6326872Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:46.6333631Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.6340259Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.6340778Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:22:46.6341739Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.6341914Z 94 | struct array 2025-03-21T20:22:46.6342080Z | ^~~~~ 2025-03-21T20:22:46.6343412Z /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:46.6343747Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.6343956Z | ^~~~~~~~ 2025-03-21T20:22:46.6351166Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.6359525Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.6367329Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.6374257Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.6381184Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.6381779Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:22:46.6382741Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.6382966Z 94 | struct array 2025-03-21T20:22:46.6383138Z | ^~~~~ 2025-03-21T20:22:46.6384339Z /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:46.6384681Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.6384874Z | ^~~~~~~~ 2025-03-21T20:22:46.6392666Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.6400721Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.6408651Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.6415547Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.6422534Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.6423156Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:22:46.6424068Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.6424238Z 94 | struct array 2025-03-21T20:22:46.6424396Z | ^~~~~ 2025-03-21T20:22:46.6425721Z /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:46.6426067Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.6426265Z | ^~~~~~~~ 2025-03-21T20:22:46.6433557Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.6441596Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.6449489Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:46.6456469Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.6462723Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.6463287Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:22:46.6464210Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.6464388Z 94 | struct array 2025-03-21T20:22:46.6464550Z | ^~~~~ 2025-03-21T20:22:46.6465809Z /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:46.6466147Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.6466354Z | ^~~~~~~~ 2025-03-21T20:22:46.6467320Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:22:46.6468542Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:22:46.6468820Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:46.6469043Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:46.6469362Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:46.6469591Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:46.6470096Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:46.6470701Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:22:46.6471059Z from /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:9: 2025-03-21T20:22:46.6477746Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.6485390Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.6491411Z /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:46.6498787Z /usr/include/c++/9/bits/std_function.h: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:46.6510481Z /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:46.6524311Z /usr/include/c++/9/bits/std_function.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:46.6531766Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.6537914Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.6543786Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.6547957Z /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:46.6548478Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:22:46.6549458Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.6549715Z 94 | struct array 2025-03-21T20:22:46.6549874Z | ^~~~~ 2025-03-21T20:22:46.6551526Z /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:46.6551871Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.6552094Z | ^~~~~~~~ 2025-03-21T20:22:46.6558645Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.6566146Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.6572258Z /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:46.6579861Z /usr/include/c++/9/bits/std_function.h: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:46.6591769Z /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:46.6604985Z /usr/include/c++/9/bits/std_function.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:46.6612364Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.6618534Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.6624415Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.6628121Z /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:46.6628640Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:22:46.6629635Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.6629807Z 94 | struct array 2025-03-21T20:22:46.6629976Z | ^~~~~ 2025-03-21T20:22:46.6631345Z /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:46.6631782Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.6632023Z | ^~~~~~~~ 2025-03-21T20:22:46.6637657Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.6644902Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.6650990Z /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:46.6658333Z /usr/include/c++/9/bits/std_function.h: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:46.6669497Z /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:46.6682745Z /usr/include/c++/9/bits/std_function.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:46.6690292Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.6696179Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.6701749Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.6705387Z /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:46.6706063Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:22:46.6707031Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.6707283Z 94 | struct array 2025-03-21T20:22:46.6707454Z | ^~~~~ 2025-03-21T20:22:46.6708642Z /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:46.6708963Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.6709149Z | ^~~~~~~~ 2025-03-21T20:22:46.6715318Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.6722208Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.6727722Z /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:46.6734825Z /usr/include/c++/9/bits/std_function.h: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:46.6745849Z /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:46.6758682Z /usr/include/c++/9/bits/std_function.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:46.6765732Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.6771389Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.6777756Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.6781433Z /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:46.6781962Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:22:46.6782819Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.6783065Z 94 | struct array 2025-03-21T20:22:46.6783216Z | ^~~~~ 2025-03-21T20:22:46.6784392Z /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:46.6784734Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.6784930Z | ^~~~~~~~ 2025-03-21T20:22:46.6791368Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.6798682Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.6804440Z /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:46.6812015Z /usr/include/c++/9/bits/std_function.h: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:46.6823114Z /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:46.6835732Z /usr/include/c++/9/bits/std_function.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:46.6841705Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.6846283Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:46.6850425Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.6853241Z /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:46.6853675Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:22:46.6854483Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.6854653Z 94 | struct array 2025-03-21T20:22:46.6854796Z | ^~~~~ 2025-03-21T20:22:46.6855966Z /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:46.6856253Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.6856429Z | ^~~~~~~~ 2025-03-21T20:22:46.6861735Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.6868131Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.6874270Z /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:46.6881191Z /usr/include/c++/9/bits/std_function.h: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:46.6892015Z /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:46.6905039Z /usr/include/c++/9/bits/std_function.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:46.6912419Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.6918123Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.6923668Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.6927414Z /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:46.6928011Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:22:46.6929018Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.6929196Z 94 | struct array 2025-03-21T20:22:46.6929350Z | ^~~~~ 2025-03-21T20:22:46.6930584Z /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:46.6930913Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.6931129Z | ^~~~~~~~ 2025-03-21T20:22:46.6937456Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.6944627Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.6951939Z /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:46.6958945Z /usr/include/c++/9/bits/std_function.h: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:46.6970159Z /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:46.6982925Z /usr/include/c++/9/bits/std_function.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:46.6990213Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.6996271Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.7001970Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.7005809Z /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:46.7006248Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:22:46.7007175Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.7007359Z 94 | struct array 2025-03-21T20:22:46.7007519Z | ^~~~~ 2025-03-21T20:22:46.7008683Z /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:46.7008981Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.7009157Z | ^~~~~~~~ 2025-03-21T20:22:46.7015734Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.7022059Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.7026311Z /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:46.7033199Z /usr/include/c++/9/bits/std_function.h: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:46.7038909Z /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:46.7045364Z /usr/include/c++/9/bits/std_function.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:46.7049082Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.7052129Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:46.7055275Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.7057490Z /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:46.7057832Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:22:46.7058330Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.7058437Z 94 | struct array 2025-03-21T20:22:46.7058563Z | ^~~~~ 2025-03-21T20:22:46.7059255Z /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:46.7059504Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.7059641Z | ^~~~~~~~ 2025-03-21T20:22:46.7064061Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.7069197Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.7073554Z /usr/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:46.7079505Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:46.7093749Z /usr/include/c++/9/bits/std_function.h: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:46.7108533Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:46.7114833Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.7118843Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.7122936Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.7124899Z /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:46.7125200Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:22:46.7125726Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.7125847Z 94 | struct array 2025-03-21T20:22:46.7125940Z | ^~~~~ 2025-03-21T20:22:46.7126682Z /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:46.7126887Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.7127012Z | ^~~~~~~~ 2025-03-21T20:22:46.7131031Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.7135572Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.7140381Z /usr/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:46.7147367Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:46.7159089Z /usr/include/c++/9/bits/std_function.h: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:46.7173815Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:46.7180143Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.7183944Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.7187748Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.7190017Z /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:46.7190319Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:22:46.7190841Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.7190957Z 94 | struct array 2025-03-21T20:22:46.7191055Z | ^~~~~ 2025-03-21T20:22:46.7191886Z /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:46.7192076Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.7192214Z | ^~~~~~~~ 2025-03-21T20:22:46.7196212Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.7200701Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.7204676Z /usr/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:46.7209221Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:46.7216411Z /usr/include/c++/9/bits/std_function.h: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:46.7224618Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:46.7229037Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.7232862Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.7236520Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.7238516Z /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:46.7238797Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:22:46.7239315Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.7239485Z 94 | struct array 2025-03-21T20:22:46.7239582Z | ^~~~~ 2025-03-21T20:22:46.7240294Z /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:46.7240477Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.7240618Z | ^~~~~~~~ 2025-03-21T20:22:46.7244566Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.7249023Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.7252773Z /usr/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:46.7257324Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:46.7264448Z /usr/include/c++/9/bits/std_function.h: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:46.7272554Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:46.7277028Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.7280695Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.7284351Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.7286322Z /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:46.7286601Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:22:46.7287084Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.7287194Z 94 | struct array 2025-03-21T20:22:46.7287303Z | ^~~~~ 2025-03-21T20:22:46.7287948Z /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:46.7288186Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.7288316Z | ^~~~~~~~ 2025-03-21T20:22:46.7292642Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.7297132Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.7300955Z /usr/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:46.7306236Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:46.7313951Z /usr/include/c++/9/bits/std_function.h: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:46.7322410Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:46.7353128Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.7368233Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.7427131Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.7436446Z /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:46.7440186Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:22:46.7441774Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.7442872Z 94 | struct array 2025-03-21T20:22:46.7443307Z | ^~~~~ 2025-03-21T20:22:46.7444773Z /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:46.7446089Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.7446711Z | ^~~~~~~~ 2025-03-21T20:22:46.7454704Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.7469854Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.7484044Z /usr/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:46.7496884Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:46.7518234Z /usr/include/c++/9/bits/std_function.h: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:46.7545391Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:46.7566160Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.7579850Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.7591856Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.7601593Z /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:46.7605384Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:22:46.7607052Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.7608076Z 94 | struct array 2025-03-21T20:22:46.7608523Z | ^~~~~ 2025-03-21T20:22:46.7610072Z /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:46.7611577Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.7612333Z | ^~~~~~~~ 2025-03-21T20:22:46.7620678Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.7636961Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.7652023Z /usr/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:46.7666957Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:46.7688853Z /usr/include/c++/9/bits/std_function.h: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:46.7716816Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:46.7739473Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.7755029Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.7768422Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.7782298Z /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:46.7786130Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:22:46.7787810Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.7788859Z 94 | struct array 2025-03-21T20:22:46.7789476Z | ^~~~~ 2025-03-21T20:22:46.7790913Z /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:46.7792450Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.7793269Z | ^~~~~~~~ 2025-03-21T20:22:46.7801397Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.7816836Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.7831623Z /usr/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:46.7846942Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:46.7868735Z /usr/include/c++/9/bits/std_function.h: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:46.7897345Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:46.7919714Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.7934688Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.7948462Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:46.7958512Z /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:46.7962251Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:22:46.7963912Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.7965068Z 94 | struct array 2025-03-21T20:22:46.7965527Z | ^~~~~ 2025-03-21T20:22:46.7967053Z /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:46.7968504Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.7969250Z | ^~~~~~~~ 2025-03-21T20:22:46.7970610Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:22:46.7972520Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:22:46.7974456Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:22:46.7976350Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:22:46.7978237Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:22:46.7980176Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:46.7982068Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:46.7983769Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:22:46.7985541Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:46.7986763Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:46.7987573Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:46.7988319Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:46.7989208Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:46.7990139Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:46.7991219Z from /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:9: 2025-03-21T20:22:46.8000199Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.8016508Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.8033012Z /usr/include/c++/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:46.8049361Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:46.8073377Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:46.8104182Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:46.8128737Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.8143543Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.8158237Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.8165450Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:22:46.8167407Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.8168407Z 94 | struct array 2025-03-21T20:22:46.8168899Z | ^~~~~ 2025-03-21T20:22:46.8170588Z /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:46.8172185Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.8172892Z | ^~~~~~~~ 2025-03-21T20:22:46.8181849Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.8198267Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.8214734Z /usr/include/c++/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:46.8230859Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:46.8254209Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:46.8284318Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:46.8308473Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.8324926Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.8338858Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.8345290Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:22:46.8346858Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.8347771Z 94 | struct array 2025-03-21T20:22:46.8348126Z | ^~~~~ 2025-03-21T20:22:46.8349446Z /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:46.8350880Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.8351715Z | ^~~~~~~~ 2025-03-21T20:22:46.8357060Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.8365584Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.8373890Z /usr/include/c++/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:46.8383721Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:46.8396998Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:46.8412978Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:46.8425304Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.8433806Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.8441092Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.8444761Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:22:46.8445706Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.8446287Z 94 | struct array 2025-03-21T20:22:46.8446564Z | ^~~~~ 2025-03-21T20:22:46.8447419Z /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:46.8448233Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.8448658Z | ^~~~~~~~ 2025-03-21T20:22:46.8453218Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.8461611Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.8469868Z /usr/include/c++/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:46.8478205Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:46.8490593Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:46.8506114Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:46.8518387Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.8526532Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.8533776Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.8537398Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:22:46.8538288Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.8538838Z 94 | struct array 2025-03-21T20:22:46.8539105Z | ^~~~~ 2025-03-21T20:22:46.8539920Z /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:46.8540708Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.8541127Z | ^~~~~~~~ 2025-03-21T20:22:46.8545696Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.8554153Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.8562496Z /usr/include/c++/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:46.8570832Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:46.8582893Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:46.8598840Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:46.8611168Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.8619326Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.8626603Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.8630217Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:22:46.8631128Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.8631781Z 94 | struct array 2025-03-21T20:22:46.8632055Z | ^~~~~ 2025-03-21T20:22:46.8632920Z /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:46.8633707Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.8634126Z | ^~~~~~~~ 2025-03-21T20:22:46.8638636Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.8648985Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.8657433Z /usr/include/c++/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:46.8666069Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:46.8679329Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:46.8695676Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:46.8708520Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.8717236Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.8724979Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.8728687Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:22:46.8729705Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.8730329Z 94 | struct array 2025-03-21T20:22:46.8730597Z | ^~~~~ 2025-03-21T20:22:46.8731431Z /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:46.8732318Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.8732730Z | ^~~~~~~~ 2025-03-21T20:22:46.8738094Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.8747757Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.8756416Z /usr/include/c++/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:46.8765053Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:46.8778132Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:46.8794919Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:46.8807234Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.8815735Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.8823099Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.8826703Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:22:46.8827609Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.8828175Z 94 | struct array 2025-03-21T20:22:46.8828442Z | ^~~~~ 2025-03-21T20:22:46.8829283Z /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:46.8830068Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.8830486Z | ^~~~~~~~ 2025-03-21T20:22:46.8835146Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.8843624Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.8851913Z /usr/include/c++/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:46.8860128Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:46.8872303Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:46.8887780Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:46.8900094Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.8908370Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.8915748Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.8919300Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:22:46.8920198Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.8920766Z 94 | struct array 2025-03-21T20:22:46.8921038Z | ^~~~~ 2025-03-21T20:22:46.8921856Z /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:46.8922624Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.8923031Z | ^~~~~~~~ 2025-03-21T20:22:46.8923790Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:22:46.8924863Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:22:46.8925663Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:46.8926224Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:46.8926891Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:46.8927418Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:46.8927913Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:46.8928672Z from /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:9: 2025-03-21T20:22:46.8935784Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.8946931Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.8960862Z /usr/include/c++/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:46.8976029Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:46.8992367Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:46.9014894Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:46.9027479Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.9035976Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.9047420Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.9054030Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:22:46.9055733Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.9056750Z 94 | struct array 2025-03-21T20:22:46.9057170Z | ^~~~~ 2025-03-21T20:22:46.9058732Z /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:46.9060274Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.9060988Z | ^~~~~~~~ 2025-03-21T20:22:46.9068908Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.9078859Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.9087208Z /usr/include/c++/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:46.9097443Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:46.9116808Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:46.9143715Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:46.9166009Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.9175332Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.9183172Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.9186771Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:22:46.9187701Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.9188276Z 94 | struct array 2025-03-21T20:22:46.9188547Z | ^~~~~ 2025-03-21T20:22:46.9190067Z /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:46.9191316Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.9191827Z | ^~~~~~~~ 2025-03-21T20:22:46.9196702Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.9205353Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.9213693Z /usr/include/c++/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:46.9221981Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:46.9236605Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:46.9253636Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:46.9267043Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.9275738Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.9283152Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.9286735Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:22:46.9287661Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.9288245Z 94 | struct array 2025-03-21T20:22:46.9288501Z | ^~~~~ 2025-03-21T20:22:46.9289556Z /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:46.9290416Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.9290835Z | ^~~~~~~~ 2025-03-21T20:22:46.9295422Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.9303870Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.9312336Z /usr/include/c++/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:46.9320701Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:46.9332848Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:46.9348305Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:46.9360928Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.9369070Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.9376618Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.9380176Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:22:46.9381057Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.9381619Z 94 | struct array 2025-03-21T20:22:46.9381882Z | ^~~~~ 2025-03-21T20:22:46.9382694Z /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:46.9383463Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.9383883Z | ^~~~~~~~ 2025-03-21T20:22:46.9388394Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.9397890Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.9407650Z /usr/include/c++/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:46.9416818Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:46.9428860Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:46.9444697Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:46.9459811Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.9468972Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.9477143Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.9481602Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:22:46.9482653Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.9483288Z 94 | struct array 2025-03-21T20:22:46.9483544Z | ^~~~~ 2025-03-21T20:22:46.9484476Z /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:46.9485478Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.9486051Z | ^~~~~~~~ 2025-03-21T20:22:46.9506285Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.9514791Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.9523286Z /usr/include/c++/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:46.9532036Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:46.9547043Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:46.9562836Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:46.9576603Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.9585344Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.9594059Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.9597935Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:22:46.9598945Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.9599580Z 94 | struct array 2025-03-21T20:22:46.9599859Z | ^~~~~ 2025-03-21T20:22:46.9600859Z /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:46.9601734Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.9602210Z | ^~~~~~~~ 2025-03-21T20:22:46.9606908Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.9621159Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.9636659Z /usr/include/c++/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:46.9653312Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:46.9677093Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:46.9708450Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:46.9732764Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.9749060Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.9763832Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.9770863Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:22:46.9772625Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.9773685Z 94 | struct array 2025-03-21T20:22:46.9774253Z | ^~~~~ 2025-03-21T20:22:46.9775876Z /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:46.9777392Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.9778137Z | ^~~~~~~~ 2025-03-21T20:22:46.9787098Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.9803658Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.9820241Z /usr/include/c++/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:46.9837008Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:46.9859999Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:46.9890759Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:46.9915060Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.9930410Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:46.9944815Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:46.9952149Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:22:46.9953793Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:46.9954811Z 94 | struct array 2025-03-21T20:22:46.9955271Z | ^~~~~ 2025-03-21T20:22:46.9956914Z /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:46.9958408Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:46.9959192Z | ^~~~~~~~ 2025-03-21T20:22:46.9960456Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:46.9962138Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:22:46.9964021Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:22:46.9965515Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:22:46.9967186Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:46.9968513Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:46.9969218Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:46.9969916Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:46.9970710Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:46.9971671Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:46.9972751Z from /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:9: 2025-03-21T20:22:46.9982046Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:46.9999346Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.0016387Z /usr/include/c++/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:47.0032817Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:47.0056284Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:47.0086642Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:47.0110265Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.0125168Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.0140032Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.0147087Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:22:47.0148920Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.0150004Z 94 | struct array 2025-03-21T20:22:47.0150458Z | ^~~~~ 2025-03-21T20:22:47.0152264Z /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:47.0153848Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.0154600Z | ^~~~~~~~ 2025-03-21T20:22:47.0163522Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.0177571Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.0190022Z /usr/include/c++/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:47.0203793Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:47.0227020Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:47.0258767Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:47.0282532Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.0299353Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.0313942Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.0321246Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:22:47.0323031Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.0324105Z 94 | struct array 2025-03-21T20:22:47.0324543Z | ^~~~~ 2025-03-21T20:22:47.0326331Z /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:47.0327848Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.0328603Z | ^~~~~~~~ 2025-03-21T20:22:47.0337407Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.0353605Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.0369552Z /usr/include/c++/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:47.0383928Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:47.0408378Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:47.0437100Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:47.0460189Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.0475998Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.0489367Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.0496408Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:22:47.0498155Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.0499106Z 94 | struct array 2025-03-21T20:22:47.0499544Z | ^~~~~ 2025-03-21T20:22:47.0501294Z /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:47.0502887Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.0503639Z | ^~~~~~~~ 2025-03-21T20:22:47.0512532Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.0528734Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.0543694Z /usr/include/c++/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:47.0559827Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:47.0583037Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:47.0612983Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:47.0636852Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.0652551Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.0666908Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.0674467Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:22:47.0676188Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.0677109Z 94 | struct array 2025-03-21T20:22:47.0677509Z | ^~~~~ 2025-03-21T20:22:47.0678840Z /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:47.0680171Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.0680928Z | ^~~~~~~~ 2025-03-21T20:22:47.0689375Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.0704951Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.0720120Z /usr/include/c++/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:47.0736276Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:47.0759983Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:47.0790394Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:47.0814759Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.0830616Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.0844898Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.0852069Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:22:47.0853793Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.0854848Z 94 | struct array 2025-03-21T20:22:47.0855305Z | ^~~~~ 2025-03-21T20:22:47.0857027Z /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:47.0858484Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.0859229Z | ^~~~~~~~ 2025-03-21T20:22:47.0867156Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.0883365Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.0899238Z /usr/include/c++/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:47.0915297Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:47.0938838Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:47.0968815Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:47.0992936Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.1008434Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.1022419Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.1029575Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:22:47.1031260Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.1032400Z 94 | struct array 2025-03-21T20:22:47.1032827Z | ^~~~~ 2025-03-21T20:22:47.1034444Z /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:47.1035823Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.1036572Z | ^~~~~~~~ 2025-03-21T20:22:47.1045322Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.1061380Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.1077052Z /usr/include/c++/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:47.1093207Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:47.1115725Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:47.1145474Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:47.1169211Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.1183205Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.1196566Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.1202880Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:22:47.1204505Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.1205501Z 94 | struct array 2025-03-21T20:22:47.1205977Z | ^~~~~ 2025-03-21T20:22:47.1207450Z /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:47.1208960Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.1209661Z | ^~~~~~~~ 2025-03-21T20:22:47.1217677Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.1233364Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.1248155Z /usr/include/c++/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:47.1262719Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:47.1285445Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:47.1314691Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:47.1336922Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.1350908Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.1358369Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.1361953Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:22:47.1362826Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.1363393Z 94 | struct array 2025-03-21T20:22:47.1363657Z | ^~~~~ 2025-03-21T20:22:47.1364485Z /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:47.1365259Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.1365689Z | ^~~~~~~~ 2025-03-21T20:22:47.1369868Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.1379135Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.1390613Z /usr/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:47.1402366Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.1421916Z /usr/include/c++/9/bits/std_function.h: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:47.1447202Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.1468353Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.1482767Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.1495746Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.1502234Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:22:47.1503983Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.1505139Z 94 | struct array 2025-03-21T20:22:47.1505619Z | ^~~~~ 2025-03-21T20:22:47.1507559Z /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:47.1509188Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.1509953Z | ^~~~~~~~ 2025-03-21T20:22:47.1518132Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.1532975Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.1547168Z /usr/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:47.1561620Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.1581981Z /usr/include/c++/9/bits/std_function.h: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:47.1597401Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.1605333Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.1612017Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.1618971Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.1619601Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:22:47.1620611Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.1620782Z 94 | struct array 2025-03-21T20:22:47.1620943Z | ^~~~~ 2025-03-21T20:22:47.1622332Z /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:47.1622661Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.1622972Z | ^~~~~~~~ 2025-03-21T20:22:47.1630192Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.1638716Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.1645775Z /usr/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:47.1654160Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.1667611Z /usr/include/c++/9/bits/std_function.h: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:47.1682671Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.1691081Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.1697940Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.1704914Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.1705439Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:22:47.1706452Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.1706623Z 94 | struct array 2025-03-21T20:22:47.1706801Z | ^~~~~ 2025-03-21T20:22:47.1708157Z /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:47.1708498Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.1708794Z | ^~~~~~~~ 2025-03-21T20:22:47.1716311Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.1724448Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.1731580Z /usr/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:47.1740036Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.1753149Z /usr/include/c++/9/bits/std_function.h: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:47.1768132Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.1776323Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.1783302Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.1791050Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.1791802Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:22:47.1792731Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.1792925Z 94 | struct array 2025-03-21T20:22:47.1793083Z | ^~~~~ 2025-03-21T20:22:47.1794366Z /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:47.1794692Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.1794894Z | ^~~~~~~~ 2025-03-21T20:22:47.1802666Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.1810862Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.1817750Z /usr/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:47.1826397Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.1839993Z /usr/include/c++/9/bits/std_function.h: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:47.1854865Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.1863292Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.1870118Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.1876858Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.1877529Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:22:47.1878550Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.1878735Z 94 | struct array 2025-03-21T20:22:47.1878886Z | ^~~~~ 2025-03-21T20:22:47.1880204Z /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:47.1880532Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.1880762Z | ^~~~~~~~ 2025-03-21T20:22:47.1888252Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.1896905Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.1903785Z /usr/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:47.1912410Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.1929123Z /usr/include/c++/9/bits/std_function.h: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:47.1944315Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.1951644Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.1958378Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.1964646Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.1965216Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:22:47.1966136Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.1966294Z 94 | struct array 2025-03-21T20:22:47.1966438Z | ^~~~~ 2025-03-21T20:22:47.1967645Z /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:47.1967954Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.1968160Z | ^~~~~~~~ 2025-03-21T20:22:47.1975157Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.1983996Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.1991633Z /usr/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:47.2000163Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.2013326Z /usr/include/c++/9/bits/std_function.h: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:47.2028554Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.2036351Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.2043219Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.2050087Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.2050621Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:22:47.2051626Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.2051805Z 94 | struct array 2025-03-21T20:22:47.2051982Z | ^~~~~ 2025-03-21T20:22:47.2053247Z /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:47.2053579Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.2053773Z | ^~~~~~~~ 2025-03-21T20:22:47.2061026Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.2069276Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.2076238Z /usr/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:47.2084773Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.2097567Z /usr/include/c++/9/bits/std_function.h: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:47.2112612Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.2120975Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.2127744Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.2133576Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.2134012Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:22:47.2134765Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.2134916Z 94 | struct array 2025-03-21T20:22:47.2135036Z | ^~~~~ 2025-03-21T20:22:47.2135928Z /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:47.2136203Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.2136353Z | ^~~~~~~~ 2025-03-21T20:22:47.2136564Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:47.2136745Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:47.2136983Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:47.2137278Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:47.2137632Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:47.2138054Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:22:47.2138313Z from /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:9: 2025-03-21T20:22:47.2143012Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:47.2148418Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:47.2153865Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:47.2158987Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:47.2163894Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.2167316Z /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:47.2167756Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:22:47.2168681Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.2168823Z 94 | struct array 2025-03-21T20:22:47.2168968Z | ^~~~~ 2025-03-21T20:22:47.2170073Z /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:47.2170331Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.2170507Z | ^~~~~~~~ 2025-03-21T20:22:47.2175254Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:47.2181759Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:47.2187209Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:47.2192496Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:47.2197364Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.2200715Z /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:47.2201302Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:22:47.2202181Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.2202354Z 94 | struct array 2025-03-21T20:22:47.2202533Z | ^~~~~ 2025-03-21T20:22:47.2203865Z /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:47.2204188Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.2204382Z | ^~~~~~~~ 2025-03-21T20:22:47.2209960Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:47.2216093Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:47.2222852Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:47.2228060Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:47.2233782Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.2237164Z /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:47.2237632Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:22:47.2238750Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.2238918Z 94 | struct array 2025-03-21T20:22:47.2239059Z | ^~~~~ 2025-03-21T20:22:47.2240282Z /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:47.2240610Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.2240812Z | ^~~~~~~~ 2025-03-21T20:22:47.2246534Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:47.2253330Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:47.2259791Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:47.2265088Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:47.2270229Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.2273521Z /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:47.2274009Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:22:47.2274934Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.2275094Z 94 | struct array 2025-03-21T20:22:47.2275253Z | ^~~~~ 2025-03-21T20:22:47.2276446Z /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:47.2276761Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.2277054Z | ^~~~~~~~ 2025-03-21T20:22:47.2283226Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:47.2288545Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:47.2293139Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:22:47.2296657Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:47.2299870Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.2302109Z /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:47.2302470Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:22:47.2302980Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.2303625Z 94 | struct array 2025-03-21T20:22:47.2303726Z | ^~~~~ 2025-03-21T20:22:47.2304464Z /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:47.2304651Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.2304853Z | ^~~~~~~~ 2025-03-21T20:22:47.2308219Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:47.2312112Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:47.2315800Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:47.2318705Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:47.2321923Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.2323960Z /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:47.2324290Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:22:47.2324798Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.2324903Z 94 | struct array 2025-03-21T20:22:47.2325013Z | ^~~~~ 2025-03-21T20:22:47.2325679Z /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:47.2325868Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.2326036Z | ^~~~~~~~ 2025-03-21T20:22:47.2329274Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:47.2333307Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:47.2337191Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:47.2340284Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:47.2343180Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.2345186Z /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:47.2345525Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:22:47.2346119Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.2346253Z 94 | struct array 2025-03-21T20:22:47.2346391Z | ^~~~~ 2025-03-21T20:22:47.2347173Z /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:47.2347374Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.2347497Z | ^~~~~~~~ 2025-03-21T20:22:47.2350774Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:47.2354839Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:47.2358704Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:22:47.2361971Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:47.2365300Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.2367380Z /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:47.2367665Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:22:47.2368149Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.2368268Z 94 | struct array 2025-03-21T20:22:47.2368395Z | ^~~~~ 2025-03-21T20:22:47.2369153Z /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:47.2369338Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.2369475Z | ^~~~~~~~ 2025-03-21T20:22:47.2375069Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.2389807Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:47.2407481Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:47.2424573Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.2439374Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.2449971Z /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:47.2453841Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:22:47.2455603Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.2456757Z 94 | struct array 2025-03-21T20:22:47.2457223Z | ^~~~~ 2025-03-21T20:22:47.2459004Z /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:47.2460602Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.2461356Z | ^~~~~~~~ 2025-03-21T20:22:47.2469821Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.2485594Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:47.2501776Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:47.2516573Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.2530332Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.2540414Z /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:47.2544261Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:22:47.2546017Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.2547093Z 94 | struct array 2025-03-21T20:22:47.2547552Z | ^~~~~ 2025-03-21T20:22:47.2549247Z /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:47.2550834Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.2551759Z | ^~~~~~~~ 2025-03-21T20:22:47.2560025Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.2575093Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:47.2591107Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:47.2605939Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.2619714Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.2629551Z /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:47.2633615Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:22:47.2635301Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.2636395Z 94 | struct array 2025-03-21T20:22:47.2636830Z | ^~~~~ 2025-03-21T20:22:47.2638471Z /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:47.2639964Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.2640683Z | ^~~~~~~~ 2025-03-21T20:22:47.2648766Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.2664158Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:47.2679728Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:47.2694157Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.2707127Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.2717230Z /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:47.2721035Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:22:47.2722679Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.2723718Z 94 | struct array 2025-03-21T20:22:47.2724277Z | ^~~~~ 2025-03-21T20:22:47.2725802Z /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:47.2727247Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.2727968Z | ^~~~~~~~ 2025-03-21T20:22:47.2736002Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.2750115Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:47.2765770Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:47.2780667Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.2789846Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.2795710Z /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:47.2797822Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:22:47.2798784Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.2799366Z 94 | struct array 2025-03-21T20:22:47.2799691Z | ^~~~~ 2025-03-21T20:22:47.2800572Z /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:47.2801522Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.2801939Z | ^~~~~~~~ 2025-03-21T20:22:47.2808414Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.2822825Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:47.2836653Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:47.2845133Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.2851978Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.2857027Z /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:47.2858969Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:22:47.2859845Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.2860397Z 94 | struct array 2025-03-21T20:22:47.2860663Z | ^~~~~ 2025-03-21T20:22:47.2861488Z /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:47.2862300Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.2862721Z | ^~~~~~~~ 2025-03-21T20:22:47.2868534Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.2883432Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:47.2899187Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:47.2913213Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.2926662Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.2936606Z /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:47.2940404Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:22:47.2942005Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.2943030Z 94 | struct array 2025-03-21T20:22:47.2943487Z | ^~~~~ 2025-03-21T20:22:47.2945051Z /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:47.2946529Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.2947246Z | ^~~~~~~~ 2025-03-21T20:22:47.2955545Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.2970303Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:47.2985854Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:47.2999995Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.3013209Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.3023301Z /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:47.3027027Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:22:47.3028814Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.3029811Z 94 | struct array 2025-03-21T20:22:47.3030247Z | ^~~~~ 2025-03-21T20:22:47.3031898Z /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:47.3033310Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.3034052Z | ^~~~~~~~ 2025-03-21T20:22:47.3035377Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:22:47.3037217Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:22:47.3039088Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:47.3040902Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:22:47.3042866Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:22:47.3044742Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:22:47.3046652Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:22:47.3048666Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:22:47.3050489Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:22:47.3051662Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:47.3052358Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:47.3053100Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:47.3053832Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:47.3054726Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:47.3056014Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:22:47.3057139Z from /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:9: 2025-03-21T20:22:47.3064295Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:47.3077618Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:47.3090600Z /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:47.3103607Z /usr/include/c++/9/bits/std_function.h: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:47.3121880Z /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:47.3145249Z /usr/include/c++/9/bits/std_function.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:47.3164228Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:47.3176075Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:47.3186928Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.3196146Z /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:47.3200055Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:22:47.3201775Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.3202871Z 94 | struct array 2025-03-21T20:22:47.3203332Z | ^~~~~ 2025-03-21T20:22:47.3205054Z /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:47.3206761Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.3207527Z | ^~~~~~~~ 2025-03-21T20:22:47.3214526Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:47.3227524Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:47.3240115Z /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:47.3253080Z /usr/include/c++/9/bits/std_function.h: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:47.3272287Z /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:47.3296874Z /usr/include/c++/9/bits/std_function.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:47.3316468Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:47.3328716Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:47.3339331Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.3347834Z /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:47.3351965Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:22:47.3353906Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.3355097Z 94 | struct array 2025-03-21T20:22:47.3355701Z | ^~~~~ 2025-03-21T20:22:47.3357551Z /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:47.3359300Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.3360201Z | ^~~~~~~~ 2025-03-21T20:22:47.3367244Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:47.3380662Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:47.3393093Z /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:47.3405763Z /usr/include/c++/9/bits/std_function.h: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:47.3423294Z /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:47.3446756Z /usr/include/c++/9/bits/std_function.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:47.3464967Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:47.3477080Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:47.3487895Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.3496977Z /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:47.3500762Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:22:47.3502725Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.3503836Z 94 | struct array 2025-03-21T20:22:47.3504413Z | ^~~~~ 2025-03-21T20:22:47.3506315Z /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:47.3507978Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.3508826Z | ^~~~~~~~ 2025-03-21T20:22:47.3515588Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:47.3528234Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:47.3540088Z /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:47.3552447Z /usr/include/c++/9/bits/std_function.h: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:47.3569346Z /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:47.3592079Z /usr/include/c++/9/bits/std_function.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:47.3610097Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:47.3621599Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:47.3631953Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.3641177Z /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:47.3645528Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:22:47.3647477Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.3648656Z 94 | struct array 2025-03-21T20:22:47.3649664Z | ^~~~~ 2025-03-21T20:22:47.3651378Z /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:47.3652958Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.3653884Z | ^~~~~~~~ 2025-03-21T20:22:47.3661127Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:47.3670464Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:47.3682662Z /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:47.3695726Z /usr/include/c++/9/bits/std_function.h: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:47.3712915Z /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:47.3735652Z /usr/include/c++/9/bits/std_function.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:47.3755519Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:47.3767814Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::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:47.3778571Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.3787377Z /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:47.3791505Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:22:47.3793448Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.3794622Z 94 | struct array 2025-03-21T20:22:47.3795184Z | ^~~~~ 2025-03-21T20:22:47.3797040Z /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:47.3798665Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.3799841Z | ^~~~~~~~ 2025-03-21T20:22:47.3806422Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:47.3819080Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:47.3829789Z /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:47.3841289Z /usr/include/c++/9/bits/std_function.h: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:47.3858677Z /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:47.3880209Z /usr/include/c++/9/bits/std_function.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:47.3897937Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:47.3909388Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:47.3918299Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.3923142Z /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:47.3925756Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:22:47.3927765Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.3928935Z 94 | struct array 2025-03-21T20:22:47.3929601Z | ^~~~~ 2025-03-21T20:22:47.3931232Z /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:47.3932227Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.3932797Z | ^~~~~~~~ 2025-03-21T20:22:47.3936624Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:47.3943234Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:47.3949476Z /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:47.3956005Z /usr/include/c++/9/bits/std_function.h: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:47.3965168Z /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:47.3982665Z /usr/include/c++/9/bits/std_function.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:47.4000077Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:47.4007989Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:47.4013558Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.4018052Z /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:47.4020159Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:22:47.4021145Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.4021787Z 94 | struct array 2025-03-21T20:22:47.4022234Z | ^~~~~ 2025-03-21T20:22:47.4023130Z /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:47.4023999Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.4024623Z | ^~~~~~~~ 2025-03-21T20:22:47.4029194Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:47.4036413Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:47.4046553Z /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:47.4058383Z /usr/include/c++/9/bits/std_function.h: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:47.4075131Z /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:47.4098257Z /usr/include/c++/9/bits/std_function.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:47.4117312Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:47.4129379Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::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:47.4140234Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.4149055Z /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:47.4153167Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:22:47.4154987Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.4156197Z 94 | struct array 2025-03-21T20:22:47.4156823Z | ^~~~~ 2025-03-21T20:22:47.4158524Z /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:47.4160298Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.4161196Z | ^~~~~~~~ 2025-03-21T20:22:47.4169686Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.4185759Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.4201787Z /usr/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:47.4217429Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.4240420Z /usr/include/c++/9/bits/std_function.h: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:47.4270110Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.4293010Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.4308675Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.4322593Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.4332941Z /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:47.4336884Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:22:47.4338758Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.4340043Z 94 | struct array 2025-03-21T20:22:47.4340645Z | ^~~~~ 2025-03-21T20:22:47.4342525Z /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:47.4344375Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.4345258Z | ^~~~~~~~ 2025-03-21T20:22:47.4353829Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.4370115Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.4386403Z /usr/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:47.4401224Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.4424200Z /usr/include/c++/9/bits/std_function.h: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:47.4453334Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.4475830Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.4491497Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.4505277Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.4534093Z /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:47.4537861Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:22:47.4539621Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.4540731Z 94 | struct array 2025-03-21T20:22:47.4541211Z | ^~~~~ 2025-03-21T20:22:47.4542890Z /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:47.4544462Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.4545235Z | ^~~~~~~~ 2025-03-21T20:22:47.4553491Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.4569001Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.4584598Z /usr/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:47.4600113Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.4622106Z /usr/include/c++/9/bits/std_function.h: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:47.4650168Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.4672294Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.4686952Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.4697537Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.4704868Z /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:47.4707600Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:22:47.4708910Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.4709745Z 94 | struct array 2025-03-21T20:22:47.4710129Z | ^~~~~ 2025-03-21T20:22:47.4711647Z /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:47.4712895Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.4713610Z | ^~~~~~~~ 2025-03-21T20:22:47.4720959Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.4735212Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.4747976Z /usr/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:47.4757392Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.4775530Z /usr/include/c++/9/bits/std_function.h: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:47.4793622Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.4806529Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.4814222Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.4825442Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.4835017Z /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:47.4838749Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:22:47.4840301Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.4841256Z 94 | struct array 2025-03-21T20:22:47.4841719Z | ^~~~~ 2025-03-21T20:22:47.4843126Z /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:47.4844545Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.4845280Z | ^~~~~~~~ 2025-03-21T20:22:47.4853429Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.4869710Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.4884873Z /usr/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:47.4900536Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.4923528Z /usr/include/c++/9/bits/std_function.h: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:47.4951597Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.4973892Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.4988632Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.5001879Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.5011948Z /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:47.5015671Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:22:47.5017345Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.5018567Z 94 | struct array 2025-03-21T20:22:47.5019017Z | ^~~~~ 2025-03-21T20:22:47.5020529Z /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:47.5021899Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.5022488Z | ^~~~~~~~ 2025-03-21T20:22:47.5030289Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.5038329Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.5046602Z /usr/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:47.5059672Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.5076285Z /usr/include/c++/9/bits/std_function.h: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:47.5101317Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.5123406Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.5138300Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.5151834Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.5161625Z /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:47.5165488Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:22:47.5167101Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.5168863Z 94 | struct array 2025-03-21T20:22:47.5169260Z | ^~~~~ 2025-03-21T20:22:47.5170573Z /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:47.5171890Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.5172616Z | ^~~~~~~~ 2025-03-21T20:22:47.5180506Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.5196249Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.5211075Z /usr/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:47.5226053Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.5248367Z /usr/include/c++/9/bits/std_function.h: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:47.5276560Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.5298626Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.5313838Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.5326974Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.5336779Z /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:47.5340547Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:22:47.5342186Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.5343230Z 94 | struct array 2025-03-21T20:22:47.5343675Z | ^~~~~ 2025-03-21T20:22:47.5345225Z /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:47.5346746Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.5347638Z | ^~~~~~~~ 2025-03-21T20:22:47.5355758Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.5371100Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.5385941Z /usr/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:47.5400782Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.5423024Z /usr/include/c++/9/bits/std_function.h: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:47.5450073Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.5470164Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.5483642Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.5496708Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.5506355Z /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:47.5509809Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:22:47.5511574Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.5512619Z 94 | struct array 2025-03-21T20:22:47.5513070Z | ^~~~~ 2025-03-21T20:22:47.5514625Z /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:47.5516072Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.5516816Z | ^~~~~~~~ 2025-03-21T20:22:47.5518182Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:22:47.5520185Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:22:47.5522025Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:22:47.5523910Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:22:47.5526010Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:22:47.5527859Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:22:47.5529782Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:22:47.5531832Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:22:47.5533954Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:22:47.5535676Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:22:47.5537569Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:22:47.5539451Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:22:47.5540585Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:47.5541263Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:47.5541979Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:47.5542703Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:47.5543643Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:47.5544738Z from /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:11: 2025-03-21T20:22:47.5554117Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.5570606Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:47.5587702Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:47.5603307Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.5617984Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.5624984Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:55:3: required from here 2025-03-21T20:22:47.5626715Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.5627775Z 94 | struct array 2025-03-21T20:22:47.5628250Z | ^~~~~ 2025-03-21T20:22:47.5629835Z /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:47.5631321Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.5632168Z | ^~~~~~~~ 2025-03-21T20:22:47.5640953Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.5657670Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:47.5674902Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:47.5690993Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.5705360Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.5712574Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:55:3: required from here 2025-03-21T20:22:47.5714256Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.5715235Z 94 | struct array 2025-03-21T20:22:47.5715681Z | ^~~~~ 2025-03-21T20:22:47.5717238Z /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:47.5718799Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.5719540Z | ^~~~~~~~ 2025-03-21T20:22:47.5727408Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.5741703Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:47.5756422Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:47.5769975Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.5783211Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.5789854Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:105:3: required from here 2025-03-21T20:22:47.5791647Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.5792698Z 94 | struct array 2025-03-21T20:22:47.5793138Z | ^~~~~ 2025-03-21T20:22:47.5794842Z /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:47.5796284Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.5797086Z | ^~~~~~~~ 2025-03-21T20:22:47.5804859Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.5819026Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:47.5833605Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:47.5847356Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.5859876Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.5865825Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:105:3: required from here 2025-03-21T20:22:47.5867537Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.5868498Z 94 | struct array 2025-03-21T20:22:47.5868970Z | ^~~~~ 2025-03-21T20:22:47.5870542Z /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:47.5872144Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.5873311Z | ^~~~~~~~ 2025-03-21T20:22:47.5881162Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.5896115Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:47.5911108Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:47.5924725Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.5937232Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.5943436Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:152:3: required from here 2025-03-21T20:22:47.5945129Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.5946203Z 94 | struct array 2025-03-21T20:22:47.5946671Z | ^~~~~ 2025-03-21T20:22:47.5948246Z /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:47.5949861Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.5950619Z | ^~~~~~~~ 2025-03-21T20:22:47.5958481Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.5972900Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:47.5987683Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:47.6001297Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6013797Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.6020190Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:152:3: required from here 2025-03-21T20:22:47.6021838Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.6022885Z 94 | struct array 2025-03-21T20:22:47.6023467Z | ^~~~~ 2025-03-21T20:22:47.6025030Z /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:47.6026506Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.6027226Z | ^~~~~~~~ 2025-03-21T20:22:47.6028458Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:22:47.6030176Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:22:47.6031340Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:47.6032161Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:47.6032867Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:47.6033734Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:47.6034630Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:47.6035714Z from /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:11: 2025-03-21T20:22:47.6044904Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6061474Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6078104Z /usr/include/c++/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:47.6094744Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:47.6118289Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:47.6148369Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:47.6172679Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6188627Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6203493Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.6210647Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:55:3: required from here 2025-03-21T20:22:47.6212365Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.6213372Z 94 | struct array 2025-03-21T20:22:47.6213520Z | ^~~~~ 2025-03-21T20:22:47.6214769Z /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:47.6215092Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.6215442Z | ^~~~~~~~ 2025-03-21T20:22:47.6223898Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6233467Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6241395Z /usr/include/c++/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:47.6250850Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:47.6266410Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:47.6283483Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:47.6292931Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6300900Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6308699Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.6309393Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:55:3: required from here 2025-03-21T20:22:47.6310338Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.6310524Z 94 | struct array 2025-03-21T20:22:47.6310677Z | ^~~~~ 2025-03-21T20:22:47.6312026Z /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:47.6312359Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.6312579Z | ^~~~~~~~ 2025-03-21T20:22:47.6319971Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6327518Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6333695Z /usr/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:47.6340928Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.6354427Z /usr/include/c++/9/bits/std_function.h: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:47.6366100Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.6373782Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6380574Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6386975Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.6387504Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:105:3: required from here 2025-03-21T20:22:47.6388468Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.6388642Z 94 | struct array 2025-03-21T20:22:47.6388810Z | ^~~~~ 2025-03-21T20:22:47.6390286Z /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:47.6390631Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.6390860Z | ^~~~~~~~ 2025-03-21T20:22:47.6398091Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6406903Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6414260Z /usr/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:47.6422649Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.6437629Z /usr/include/c++/9/bits/std_function.h: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:47.6452968Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.6461430Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6468332Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6475282Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.6475850Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:105:3: required from here 2025-03-21T20:22:47.6476878Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.6477062Z 94 | struct array 2025-03-21T20:22:47.6477227Z | ^~~~~ 2025-03-21T20:22:47.6478565Z /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:47.6478919Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.6479120Z | ^~~~~~~~ 2025-03-21T20:22:47.6486510Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6494985Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6501615Z /usr/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:47.6509503Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.6522623Z /usr/include/c++/9/bits/std_function.h: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:47.6537406Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.6546000Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6552969Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6559798Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.6560294Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:152:3: required from here 2025-03-21T20:22:47.6561140Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.6561311Z 94 | struct array 2025-03-21T20:22:47.6561471Z | ^~~~~ 2025-03-21T20:22:47.6562744Z /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:47.6563064Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.6563246Z | ^~~~~~~~ 2025-03-21T20:22:47.6570536Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6579652Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6587388Z /usr/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:47.6596364Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.6610040Z /usr/include/c++/9/bits/std_function.h: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:47.6626167Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.6635023Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6641802Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6648796Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.6649366Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:152:3: required from here 2025-03-21T20:22:47.6650293Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.6650485Z 94 | struct array 2025-03-21T20:22:47.6650652Z | ^~~~~ 2025-03-21T20:22:47.6651889Z /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:47.6652240Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.6652437Z | ^~~~~~~~ 2025-03-21T20:22:47.6653476Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:22:47.6654521Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:22:47.6655596Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:22:47.6656634Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:22:47.6657696Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:22:47.6658591Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:22:47.6659596Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:22:47.6659874Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:47.6660094Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:47.6660417Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:47.6660642Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:47.6661162Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:47.6661556Z from /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:11: 2025-03-21T20:22:47.6670239Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.6679982Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.6688307Z /usr/include/c++/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:47.6698797Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:47.6714713Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:47.6731940Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:47.6741743Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.6749865Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.6757666Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.6758311Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:22:47.6759406Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.6759579Z 94 | struct array 2025-03-21T20:22:47.6759761Z | ^~~~~ 2025-03-21T20:22:47.6761169Z /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:47.6761518Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.6761717Z | ^~~~~~~~ 2025-03-21T20:22:47.6770362Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.6779959Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.6788129Z /usr/include/c++/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:47.6797907Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:47.6813611Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:47.6831262Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:47.6840947Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.6848986Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.6856662Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.6857357Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:22:47.6858380Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.6858552Z 94 | struct array 2025-03-21T20:22:47.6858813Z | ^~~~~ 2025-03-21T20:22:47.6860194Z /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:47.6860540Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.6860738Z | ^~~~~~~~ 2025-03-21T20:22:47.6870393Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.6880055Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.6888350Z /usr/include/c++/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:47.6897962Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:47.6913874Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:47.6931048Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:47.6940792Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.6949009Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.6956892Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.6957573Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:22:47.6958477Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.6958650Z 94 | struct array 2025-03-21T20:22:47.6958819Z | ^~~~~ 2025-03-21T20:22:47.6960163Z /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:47.6960569Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.6960770Z | ^~~~~~~~ 2025-03-21T20:22:47.6969362Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6978679Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.6986895Z /usr/include/c++/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:47.6996504Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:47.7007409Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:47.7016295Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:47.7021229Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.7028733Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.7036393Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.7037106Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:22:47.7038045Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.7038218Z 94 | struct array 2025-03-21T20:22:47.7038394Z | ^~~~~ 2025-03-21T20:22:47.7039631Z /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:47.7039989Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.7040194Z | ^~~~~~~~ 2025-03-21T20:22:47.7048740Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.7058957Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.7067159Z /usr/include/c++/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:47.7076973Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:47.7094057Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:47.7108150Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:47.7116447Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.7123912Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.7130716Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.7131386Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:22:47.7132412Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.7132652Z 94 | struct array 2025-03-21T20:22:47.7132832Z | ^~~~~ 2025-03-21T20:22:47.7134180Z /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:47.7134532Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.7134736Z | ^~~~~~~~ 2025-03-21T20:22:47.7142006Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.7150975Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.7158916Z /usr/include/c++/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:47.7167602Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:47.7183264Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:47.7200181Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:47.7209843Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.7217796Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.7224814Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.7225407Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:22:47.7226320Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.7226502Z 94 | struct array 2025-03-21T20:22:47.7226669Z | ^~~~~ 2025-03-21T20:22:47.7227901Z /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:47.7228373Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.7228564Z | ^~~~~~~~ 2025-03-21T20:22:47.7235930Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.7244496Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.7252296Z /usr/include/c++/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:47.7260980Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:47.7275532Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:47.7292199Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:47.7301195Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.7308816Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.7316336Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.7316964Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:22:47.7317947Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.7318117Z 94 | struct array 2025-03-21T20:22:47.7318282Z | ^~~~~ 2025-03-21T20:22:47.7319584Z /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:47.7319927Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.7320130Z | ^~~~~~~~ 2025-03-21T20:22:47.7327737Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.7336288Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.7343148Z /usr/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:47.7351235Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.7363843Z /usr/include/c++/9/bits/std_function.h: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:47.7380465Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.7389089Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.7395929Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.7402597Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.7403369Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:22:47.7404407Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.7404601Z 94 | struct array 2025-03-21T20:22:47.7404829Z | ^~~~~ 2025-03-21T20:22:47.7406228Z /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:47.7406574Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.7406814Z | ^~~~~~~~ 2025-03-21T20:22:47.7413613Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.7420999Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.7433047Z /usr/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:47.7448716Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.7466127Z /usr/include/c++/9/bits/std_function.h: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:47.7491238Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.7512913Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.7526255Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.7539746Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.7546900Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:22:47.7548755Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.7549806Z 94 | struct array 2025-03-21T20:22:47.7550275Z | ^~~~~ 2025-03-21T20:22:47.7552074Z /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:47.7553661Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.7554556Z | ^~~~~~~~ 2025-03-21T20:22:47.7562563Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.7577401Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.7592574Z /usr/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:47.7606886Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.7627801Z /usr/include/c++/9/bits/std_function.h: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:47.7654763Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.7676194Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.7690550Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.7703269Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.7709408Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:22:47.7711212Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.7712410Z 94 | struct array 2025-03-21T20:22:47.7712904Z | ^~~~~ 2025-03-21T20:22:47.7714592Z /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:47.7716144Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.7716872Z | ^~~~~~~~ 2025-03-21T20:22:47.7724618Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.7739471Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.7753616Z /usr/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:47.7768150Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.7788341Z /usr/include/c++/9/bits/std_function.h: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:47.7815317Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.7836663Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.7850360Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.7861300Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.7866810Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:22:47.7868162Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.7869003Z 94 | struct array 2025-03-21T20:22:47.7869390Z | ^~~~~ 2025-03-21T20:22:47.7870708Z /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:47.7872039Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.7872681Z | ^~~~~~~~ 2025-03-21T20:22:47.7880573Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.7895224Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.7908946Z /usr/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:47.7923436Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.7943876Z /usr/include/c++/9/bits/std_function.h: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:47.7971512Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.7993075Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.8007069Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.8019585Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.8025861Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:22:47.8027600Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.8028619Z 94 | struct array 2025-03-21T20:22:47.8029080Z | ^~~~~ 2025-03-21T20:22:47.8030673Z /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:47.8032561Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.8033288Z | ^~~~~~~~ 2025-03-21T20:22:47.8041024Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.8055989Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.8069423Z /usr/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:47.8080810Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.8098611Z /usr/include/c++/9/bits/std_function.h: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:47.8123574Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.8142138Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.8155145Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.8167626Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.8173848Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:22:47.8175741Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.8176772Z 94 | struct array 2025-03-21T20:22:47.8177222Z | ^~~~~ 2025-03-21T20:22:47.8178767Z /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:47.8180222Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.8180945Z | ^~~~~~~~ 2025-03-21T20:22:47.8188609Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.8203186Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.8216149Z /usr/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:47.8230272Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.8249252Z /usr/include/c++/9/bits/std_function.h: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:47.8273977Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.8293403Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.8306161Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.8317793Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.8323947Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:22:47.8325624Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.8326626Z 94 | struct array 2025-03-21T20:22:47.8327065Z | ^~~~~ 2025-03-21T20:22:47.8328625Z /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:47.8329947Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.8330778Z | ^~~~~~~~ 2025-03-21T20:22:47.8332054Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:22:47.8333880Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:22:47.8335662Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:22:47.8337369Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:22:47.8338965Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:22:47.8340849Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:22:47.8342940Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:22:47.8344977Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:22:47.8346815Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:22:47.8348684Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:22:47.8350524Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:22:47.8352396Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:22:47.8354072Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:22:47.8355936Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:22:47.8357116Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:47.8357801Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:47.8358521Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:47.8359242Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:47.8360099Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:47.8361142Z from /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:9: 2025-03-21T20:22:47.8369246Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.8384576Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.8399632Z /usr/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:47.8414848Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.8435747Z /usr/include/c++/9/bits/std_function.h: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:47.8461668Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.8483240Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.8497965Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.8509764Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.8515920Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:22:47.8517488Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.8518480Z 94 | struct array 2025-03-21T20:22:47.8518908Z | ^~~~~ 2025-03-21T20:22:47.8520524Z /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:47.8522003Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.8522635Z | ^~~~~~~~ 2025-03-21T20:22:47.8530330Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.8545266Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.8560538Z /usr/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:47.8575744Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.8597772Z /usr/include/c++/9/bits/std_function.h: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:47.8626457Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.8649084Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.8663935Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.8677881Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.8684480Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:22:47.8686173Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.8687286Z 94 | struct array 2025-03-21T20:22:47.8687700Z | ^~~~~ 2025-03-21T20:22:47.8689478Z /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:47.8690934Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.8691658Z | ^~~~~~~~ 2025-03-21T20:22:47.8699912Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.8716136Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.8730588Z /usr/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:47.8745745Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.8767607Z /usr/include/c++/9/bits/std_function.h: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:47.8795565Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.8818054Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.8832730Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.8846031Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.8852708Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:22:47.8854422Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.8855408Z 94 | struct array 2025-03-21T20:22:47.8855874Z | ^~~~~ 2025-03-21T20:22:47.8857514Z /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:47.8859173Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.8859930Z | ^~~~~~~~ 2025-03-21T20:22:47.8868977Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.8884394Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.8899214Z /usr/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:47.8913880Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.8935564Z /usr/include/c++/9/bits/std_function.h: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:47.8963261Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.8984991Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.8999767Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.9013279Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.9019795Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:22:47.9021483Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.9022514Z 94 | struct array 2025-03-21T20:22:47.9022978Z | ^~~~~ 2025-03-21T20:22:47.9024892Z /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:47.9026299Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.9027049Z | ^~~~~~~~ 2025-03-21T20:22:47.9035134Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.9050314Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.9065376Z /usr/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:47.9080366Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.9101948Z /usr/include/c++/9/bits/std_function.h: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:47.9129348Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.9151283Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.9165380Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.9178151Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.9184290Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:22:47.9185887Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.9186713Z 94 | struct array 2025-03-21T20:22:47.9187088Z | ^~~~~ 2025-03-21T20:22:47.9188358Z /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:47.9189903Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.9190761Z | ^~~~~~~~ 2025-03-21T20:22:47.9198127Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.9213956Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.9228435Z /usr/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:47.9243023Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.9264949Z /usr/include/c++/9/bits/std_function.h: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:47.9292867Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.9315493Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.9329976Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.9343123Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.9349699Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:22:47.9351586Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.9352538Z 94 | struct array 2025-03-21T20:22:47.9352973Z | ^~~~~ 2025-03-21T20:22:47.9354522Z /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:47.9355915Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.9356615Z | ^~~~~~~~ 2025-03-21T20:22:47.9364864Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.9380492Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.9395844Z /usr/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:47.9411875Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:47.9434136Z /usr/include/c++/9/bits/std_function.h: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:47.9462137Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:47.9484465Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.9499395Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.9512897Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:47.9519550Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:22:47.9521251Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.9522400Z 94 | struct array 2025-03-21T20:22:47.9522851Z | ^~~~~ 2025-03-21T20:22:47.9524434Z /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:47.9525937Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.9526680Z | ^~~~~~~~ 2025-03-21T20:22:47.9528065Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:22:47.9530072Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:22:47.9531385Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:47.9532067Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:47.9532810Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:47.9533570Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:47.9534501Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:47.9535645Z from /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:11: 2025-03-21T20:22:47.9544731Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.9561590Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:47.9578901Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:47.9595203Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.9609835Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.9617242Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:22:47.9619878Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.9620970Z 94 | struct array 2025-03-21T20:22:47.9621427Z | ^~~~~ 2025-03-21T20:22:47.9623327Z /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:47.9624901Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.9625632Z | ^~~~~~~~ 2025-03-21T20:22:47.9634521Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.9651394Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:47.9669486Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:47.9685010Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.9723251Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.9730446Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:22:47.9732263Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.9733347Z 94 | struct array 2025-03-21T20:22:47.9733798Z | ^~~~~ 2025-03-21T20:22:47.9735461Z /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:47.9737034Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.9737826Z | ^~~~~~~~ 2025-03-21T20:22:47.9746713Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.9763354Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:47.9780806Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:47.9797146Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.9811029Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.9816283Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:22:47.9817747Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.9818515Z 94 | struct array 2025-03-21T20:22:47.9818887Z | ^~~~~ 2025-03-21T20:22:47.9820087Z /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:47.9821226Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.9821772Z | ^~~~~~~~ 2025-03-21T20:22:47.9828350Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.9842528Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:47.9856888Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:47.9869560Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:47.9883621Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.9890910Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:22:47.9892627Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.9893627Z 94 | struct array 2025-03-21T20:22:47.9894084Z | ^~~~~ 2025-03-21T20:22:47.9895637Z /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:47.9897054Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.9897703Z | ^~~~~~~~ 2025-03-21T20:22:47.9905482Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.9922211Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:47.9938721Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:47.9955657Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:47.9970378Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:47.9977386Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:22:47.9979106Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:47.9980139Z 94 | struct array 2025-03-21T20:22:47.9980603Z | ^~~~~ 2025-03-21T20:22:47.9982176Z /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:47.9983657Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:47.9984417Z | ^~~~~~~~ 2025-03-21T20:22:47.9992362Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.0004583Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:48.0018951Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:48.0032140Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.0044279Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:48.0049816Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:22:48.0051312Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.0052141Z 94 | struct array 2025-03-21T20:22:48.0052532Z | ^~~~~ 2025-03-21T20:22:48.0054040Z /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:48.0055209Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.0055863Z | ^~~~~~~~ 2025-03-21T20:22:48.0063872Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.0079645Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:48.0096481Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:48.0111958Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.0126447Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:48.0133701Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:22:48.0135552Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.0136602Z 94 | struct array 2025-03-21T20:22:48.0137080Z | ^~~~~ 2025-03-21T20:22:48.0138637Z /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:48.0140282Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.0140960Z | ^~~~~~~~ 2025-03-21T20:22:48.0148986Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.0163653Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:48.0178791Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:48.0193189Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.0206071Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:48.0212423Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:22:48.0214280Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.0215374Z 94 | struct array 2025-03-21T20:22:48.0215972Z | ^~~~~ 2025-03-21T20:22:48.0217699Z /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:48.0219245Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.0219996Z | ^~~~~~~~ 2025-03-21T20:22:48.0227846Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.0242685Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:48.0257513Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:48.0271270Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.0284039Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:48.0290575Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:22:48.0292407Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.0293493Z 94 | struct array 2025-03-21T20:22:48.0293936Z | ^~~~~ 2025-03-21T20:22:48.0295758Z /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:48.0297313Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.0298041Z | ^~~~~~~~ 2025-03-21T20:22:48.0305791Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.0320687Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:48.0335645Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:48.0349277Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.0361989Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:48.0368303Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:22:48.0370042Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.0371100Z 94 | struct array 2025-03-21T20:22:48.0371578Z | ^~~~~ 2025-03-21T20:22:48.0373341Z /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:48.0374884Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.0375591Z | ^~~~~~~~ 2025-03-21T20:22:48.0383179Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.0398161Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:48.0412724Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:48.0426233Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.0438901Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:48.0445278Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:22:48.0447086Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.0448052Z 94 | struct array 2025-03-21T20:22:48.0448519Z | ^~~~~ 2025-03-21T20:22:48.0450016Z /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:48.0451430Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.0452180Z | ^~~~~~~~ 2025-03-21T20:22:48.0459994Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.0474594Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:48.0489572Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:48.0503114Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.0515605Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:48.0522150Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:22:48.0523913Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.0524929Z 94 | struct array 2025-03-21T20:22:48.0525464Z | ^~~~~ 2025-03-21T20:22:48.0527094Z /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:48.0528632Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.0529365Z | ^~~~~~~~ 2025-03-21T20:22:48.0537111Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.0551345Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:48.0566270Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:48.0579987Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.0592872Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:48.0599033Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:22:48.0600778Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.0601835Z 94 | struct array 2025-03-21T20:22:48.0602292Z | ^~~~~ 2025-03-21T20:22:48.0603658Z /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:48.0605044Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.0605770Z | ^~~~~~~~ 2025-03-21T20:22:48.0613620Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.0627947Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:48.0642038Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:48.0654735Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.0666844Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:48.0673798Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:22:48.0675966Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.0677138Z 94 | struct array 2025-03-21T20:22:48.0677645Z | ^~~~~ 2025-03-21T20:22:48.0679356Z /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:48.0680861Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.0681544Z | ^~~~~~~~ 2025-03-21T20:22:48.0682476Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:22:48.0683664Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:48.0684958Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:22:48.0686056Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:22:48.0686937Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:22:48.0687900Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:22:48.0688844Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:22:48.0690849Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:22:48.0691829Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:48.0692488Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:48.0693046Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:48.0693532Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:48.0694211Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:48.0695029Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:22:48.0695783Z from /pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp:11: 2025-03-21T20:22:48.0699889Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.0706910Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.0713988Z /usr/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:48.0721301Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:48.0732040Z /usr/include/c++/9/bits/std_function.h: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:48.0746204Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:48.0759350Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.0768340Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.0775137Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:48.0778555Z /pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp:47:3: required from here 2025-03-21T20:22:48.0779567Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.0780118Z 94 | struct array 2025-03-21T20:22:48.0780384Z | ^~~~~ 2025-03-21T20:22:48.0781342Z /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:48.0782162Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.0782647Z | ^~~~~~~~ 2025-03-21T20:22:48.0786845Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.0794796Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.0921426Z /usr/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:48.0933749Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:48.0948877Z /usr/include/c++/9/bits/std_function.h: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:48.0966567Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:48.0983771Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.0994843Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.1001007Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:48.1004545Z /pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp:47:3: required from here 2025-03-21T20:22:48.1005923Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.1006731Z 94 | struct array 2025-03-21T20:22:48.1007241Z | ^~~~~ 2025-03-21T20:22:48.1008705Z /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:48.1010037Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.1010712Z | ^~~~~~~~ 2025-03-21T20:22:48.1011957Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:22:48.1013660Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:22:48.1015479Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:22:48.1017526Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:22:48.1019289Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:22:48.1021189Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:22:48.1022505Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:48.1023185Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:48.1023924Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:48.1024635Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:48.1025566Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:48.1026648Z from /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:9: 2025-03-21T20:22:48.1035147Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.1050258Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:48.1065616Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:48.1080178Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.1092890Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:48.1099264Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:22:48.1101031Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.1102118Z 94 | struct array 2025-03-21T20:22:48.1102584Z | ^~~~~ 2025-03-21T20:22:48.1104157Z /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:48.1105764Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.1106501Z | ^~~~~~~~ 2025-03-21T20:22:48.1115048Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.1130614Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:48.1146188Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:48.1160339Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.1173741Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:48.1180446Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:22:48.1182090Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.1183166Z 94 | struct array 2025-03-21T20:22:48.1183707Z | ^~~~~ 2025-03-21T20:22:48.1185326Z /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:48.1186854Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.1187576Z | ^~~~~~~~ 2025-03-21T20:22:48.1196080Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.1210912Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:48.1226366Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:48.1240933Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.1254088Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:48.1260538Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:22:48.1262245Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.1263350Z 94 | struct array 2025-03-21T20:22:48.1263818Z | ^~~~~ 2025-03-21T20:22:48.1265344Z /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:48.1266854Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.1267608Z | ^~~~~~~~ 2025-03-21T20:22:48.1275674Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.1290476Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:48.1305616Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:48.1319946Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.1327073Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:48.1327643Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:22:48.1328534Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.1328722Z 94 | struct array 2025-03-21T20:22:48.1328881Z | ^~~~~ 2025-03-21T20:22:48.1330137Z /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:48.1330456Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.1330659Z | ^~~~~~~~ 2025-03-21T20:22:48.1338253Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.1346796Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:48.1355230Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:48.1362836Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.1370739Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:48.1371439Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:22:48.1372405Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.1372570Z 94 | struct array 2025-03-21T20:22:48.1372726Z | ^~~~~ 2025-03-21T20:22:48.1374042Z /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:48.1374440Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.1374652Z | ^~~~~~~~ 2025-03-21T20:22:48.1382295Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.1392490Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:48.1400739Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:48.1407851Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.1415099Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:48.1415745Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:22:48.1416755Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.1416925Z 94 | struct array 2025-03-21T20:22:48.1417100Z | ^~~~~ 2025-03-21T20:22:48.1418382Z /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:48.1418783Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.1418993Z | ^~~~~~~~ 2025-03-21T20:22:48.1426656Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.4030001Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:48.4045570Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:48.4059464Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.4071880Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:48.4077964Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:22:48.4079799Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.4080719Z 94 | struct array 2025-03-21T20:22:48.4081132Z | ^~~~~ 2025-03-21T20:22:48.4082684Z /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:48.4084059Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.4084737Z | ^~~~~~~~ 2025-03-21T20:22:48.4085998Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:22:48.4087792Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:22:48.4089847Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:48.4091589Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:22:48.4093613Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:22:48.4095509Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:22:48.4097316Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:22:48.4099260Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:22:48.4101146Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:22:48.4102910Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:22:48.4104878Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:22:48.4106699Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:22:48.4107893Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:48.4108570Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:48.4109313Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:48.4110070Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:48.4110989Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:48.4112400Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:22:48.4113707Z from /pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp:11: 2025-03-21T20:22:48.4120981Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.4133908Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:48.6125137Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:48.6137890Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.6149663Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:48.6155602Z /pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp:47:3: required from here 2025-03-21T20:22:48.6157798Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.6158888Z 94 | struct array 2025-03-21T20:22:48.6159494Z | ^~~~~ 2025-03-21T20:22:48.6161004Z /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:48.6162478Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.6163213Z | ^~~~~~~~ 2025-03-21T20:22:48.6170237Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.6183182Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:48.6196780Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:48.6209438Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.6220995Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:48.6226710Z /pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp:47:3: required from here 2025-03-21T20:22:48.6228428Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.6229475Z 94 | struct array 2025-03-21T20:22:48.6229929Z | ^~~~~ 2025-03-21T20:22:48.6231636Z /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:48.6233120Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.6233880Z | ^~~~~~~~ 2025-03-21T20:22:48.6235163Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:22:48.6237092Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:22:48.6239002Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:22:48.6240851Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:22:48.6242732Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:48.6245198Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:22:48.6247060Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:22:48.6248979Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:22:48.6250722Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:22:48.7148027Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:48.7149916Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:22:48.7151778Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:22:48.7152593Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:48.7153280Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:48.7153945Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:48.7154492Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:48.7155209Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:48.7156000Z from /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:9: 2025-03-21T20:22:48.7164598Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.7180386Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.7193659Z /usr/include/c++/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:48.7207310Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:48.7224063Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:48.7250160Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:48.7271039Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.7279788Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.7287404Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:48.7292319Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:22:48.7293361Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.7293967Z 94 | struct array 2025-03-21T20:22:48.7294244Z | ^~~~~ 2025-03-21T20:22:48.7295152Z /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:48.7295999Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.7296420Z | ^~~~~~~~ 2025-03-21T20:22:48.7301242Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.7311346Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.7325150Z /usr/include/c++/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:48.7337779Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:48.7360039Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:48.7392031Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:48.7417180Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.7434031Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.7449166Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:48.7456815Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:22:48.7458289Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.7459273Z 94 | struct array 2025-03-21T20:22:48.7459704Z | ^~~~~ 2025-03-21T20:22:48.7461340Z /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:48.7462832Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.7463573Z | ^~~~~~~~ 2025-03-21T20:22:48.7472720Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.7489842Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.7506217Z /usr/include/c++/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:48.7521924Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:48.7545543Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:48.7576377Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:48.7600994Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.7617033Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.7630794Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:48.7637922Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:22:48.7639652Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.7640699Z 94 | struct array 2025-03-21T20:22:48.7641135Z | ^~~~~ 2025-03-21T20:22:48.7642731Z /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:48.7644195Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.7644905Z | ^~~~~~~~ 2025-03-21T20:22:48.7653959Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.7670252Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.7686229Z /usr/include/c++/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:48.7703518Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:48.7726377Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:48.7753590Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:48.7774122Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.7787067Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.7799724Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:48.7806711Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:22:48.7808427Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.7809354Z 94 | struct array 2025-03-21T20:22:48.7809799Z | ^~~~~ 2025-03-21T20:22:48.7811186Z /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:48.7812648Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.7813557Z | ^~~~~~~~ 2025-03-21T20:22:48.7822255Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.7839557Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.7856943Z /usr/include/c++/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:48.7874402Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:48.7899874Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:48.7931695Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:48.7956585Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.7973138Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.7988193Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:48.7995684Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:22:48.7997445Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.7998495Z 94 | struct array 2025-03-21T20:22:48.7998957Z | ^~~~~ 2025-03-21T20:22:48.8000514Z /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:48.8002219Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.8002921Z | ^~~~~~~~ 2025-03-21T20:22:48.8012210Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.8029500Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.8046594Z /usr/include/c++/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:48.8063625Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:48.8088078Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:48.8120325Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:48.8144958Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.8160795Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.8176043Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:48.8183474Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:22:48.8185196Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.8186210Z 94 | struct array 2025-03-21T20:22:48.8186681Z | ^~~~~ 2025-03-21T20:22:48.8188285Z /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:48.8190163Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.8190944Z | ^~~~~~~~ 2025-03-21T20:22:48.8200607Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.8217716Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.8234822Z /usr/include/c++/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:48.8252006Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _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:48.8276202Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘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:48.8308432Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, 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:48.8333514Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.8350390Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.8365497Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:48.8372355Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:22:48.8374061Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.8375155Z 94 | struct array 2025-03-21T20:22:48.8375623Z | ^~~~~ 2025-03-21T20:22:48.8377278Z /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:48.8378792Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.8379551Z | ^~~~~~~~ 2025-03-21T20:22:48.8387816Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.8402464Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.8416643Z /usr/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:48.8431999Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:48.8453319Z /usr/include/c++/9/bits/std_function.h: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:48.8481019Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:48.8503757Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.8518466Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.8531997Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:48.8538584Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:22:48.8540366Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.8541450Z 94 | struct array 2025-03-21T20:22:48.8541906Z | ^~~~~ 2025-03-21T20:22:48.8543416Z /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:48.8544913Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.8545809Z | ^~~~~~~~ 2025-03-21T20:22:48.8553148Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.8567569Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.8582625Z /usr/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:48.8597985Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:48.8620183Z /usr/include/c++/9/bits/std_function.h: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:48.8649288Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:48.8670674Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.8685522Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.8699059Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:48.8705331Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:22:48.8706875Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.8707939Z 94 | struct array 2025-03-21T20:22:48.8708372Z | ^~~~~ 2025-03-21T20:22:48.8710064Z /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:48.8711633Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.8712439Z | ^~~~~~~~ 2025-03-21T20:22:48.8720583Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.8735618Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.8750435Z /usr/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:48.8765544Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:48.8787173Z /usr/include/c++/9/bits/std_function.h: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:48.8814928Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:48.8836966Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.8851605Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.8864640Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:48.8870907Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:22:48.8872838Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.8873904Z 94 | struct array 2025-03-21T20:22:48.8874319Z | ^~~~~ 2025-03-21T20:22:48.8875928Z /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:48.8877451Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.8878193Z | ^~~~~~~~ 2025-03-21T20:22:48.8886219Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.8901496Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.8916720Z /usr/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:48.8931555Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:48.8951960Z /usr/include/c++/9/bits/std_function.h: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:48.8976801Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:48.8997740Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.9011632Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.9024174Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:48.9030625Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:22:48.9032432Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.9033497Z 94 | struct array 2025-03-21T20:22:48.9033982Z | ^~~~~ 2025-03-21T20:22:48.9035372Z /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:48.9036644Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.9037308Z | ^~~~~~~~ 2025-03-21T20:22:48.9044674Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.9055441Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.9063263Z /usr/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:48.9071004Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:48.9083791Z /usr/include/c++/9/bits/std_function.h: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:48.9106025Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:48.9126957Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.9141557Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.9154873Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:48.9161594Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:22:48.9163308Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.9164453Z 94 | struct array 2025-03-21T20:22:48.9164914Z | ^~~~~ 2025-03-21T20:22:48.9166505Z /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:48.9168008Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.9168749Z | ^~~~~~~~ 2025-03-21T20:22:48.9176978Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.9192377Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.9207041Z /usr/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:48.9222050Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:48.9244028Z /usr/include/c++/9/bits/std_function.h: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:48.9271937Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:48.9293801Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.9308470Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.9321669Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:48.9328042Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:22:48.9329754Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.9330793Z 94 | struct array 2025-03-21T20:22:48.9331250Z | ^~~~~ 2025-03-21T20:22:48.9332909Z /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:48.9334392Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.9335275Z | ^~~~~~~~ 2025-03-21T20:22:48.9343388Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.9358981Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.9374031Z /usr/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:48.9389391Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_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:48.9411165Z /usr/include/c++/9/bits/std_function.h: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:48.9439621Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {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:48.9461808Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.9475150Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.9484732Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:48.9489710Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:22:48.9490980Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.9491722Z 94 | struct array 2025-03-21T20:22:48.9492060Z | ^~~~~ 2025-03-21T20:22:48.9493219Z /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:48.9494453Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.9495096Z | ^~~~~~~~ 2025-03-21T20:22:48.9496208Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:22:48.9497884Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:22:48.9499166Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:22:48.9500043Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:22:48.9500937Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:22:48.9501550Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:48.9501939Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:48.9502355Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:48.9502778Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:48.9503282Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:48.9503956Z from /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:9: 2025-03-21T20:22:48.9509064Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.9521559Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:48.9531230Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:48.9540377Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.9570177Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:48.9577476Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:22:48.9579311Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.9580416Z 94 | struct array 2025-03-21T20:22:48.9580890Z | ^~~~~ 2025-03-21T20:22:48.9582823Z /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:48.9584460Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.9585185Z | ^~~~~~~~ 2025-03-21T20:22:48.9594336Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.9611686Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:48.9629674Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:48.9647318Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.9662470Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:48.9669679Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:22:48.9671566Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.9672647Z 94 | struct array 2025-03-21T20:22:48.9673096Z | ^~~~~ 2025-03-21T20:22:48.9674722Z /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:48.9676292Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.9677043Z | ^~~~~~~~ 2025-03-21T20:22:48.9686455Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.9702284Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:48.9718408Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:48.9730401Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.9743044Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:48.9750323Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:22:48.9752132Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.9753189Z 94 | struct array 2025-03-21T20:22:48.9753632Z | ^~~~~ 2025-03-21T20:22:48.9755259Z /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:48.9756715Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.9757455Z | ^~~~~~~~ 2025-03-21T20:22:48.9766431Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.9783218Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:48.9800700Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:48.9817214Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.9832130Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:48.9839453Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:22:48.9841141Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.9842191Z 94 | struct array 2025-03-21T20:22:48.9842658Z | ^~~~~ 2025-03-21T20:22:48.9844175Z /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:48.9845631Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.9846362Z | ^~~~~~~~ 2025-03-21T20:22:48.9855522Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.9872762Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:48.9890867Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:48.9907252Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:48.9922127Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:48.9929745Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:22:48.9931444Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:48.9932446Z 94 | struct array 2025-03-21T20:22:48.9932904Z | ^~~~~ 2025-03-21T20:22:48.9934547Z /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:48.9936019Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:48.9936741Z | ^~~~~~~~ 2025-03-21T20:22:48.9946012Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:48.9962933Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:48.9979067Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:48.9995381Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:49.0010632Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:49.0017926Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:22:49.0019588Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:49.0020594Z 94 | struct array 2025-03-21T20:22:49.0021053Z | ^~~~~ 2025-03-21T20:22:49.0022612Z /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:49.0024030Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:49.0024796Z | ^~~~~~~~ 2025-03-21T20:22:49.0033870Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:49.0050927Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:49.0068666Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:49.0084045Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:49.0098694Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::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:49.0106210Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:22:49.0107909Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:49.0108974Z 94 | struct array 2025-03-21T20:22:49.0109428Z | ^~~~~ 2025-03-21T20:22:49.0111016Z /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:49.0112601Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:49.0113473Z | ^~~~~~~~ 2025-03-21T20:22:49.0121451Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:49.0136721Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:49.0152310Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:49.0166344Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:49.0179568Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:49.0186183Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:22:49.0188067Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:49.0189347Z 94 | struct array 2025-03-21T20:22:49.0189809Z | ^~~~~ 2025-03-21T20:22:49.0191614Z /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:49.0193368Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:49.0194090Z | ^~~~~~~~ 2025-03-21T20:22:49.0202249Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:49.0217254Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:49.0232765Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:49.0247249Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:49.0260017Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:49.0266476Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:22:49.0268220Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:49.0269299Z 94 | struct array 2025-03-21T20:22:49.0269910Z | ^~~~~ 2025-03-21T20:22:49.0271679Z /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:49.0273225Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:49.0273961Z | ^~~~~~~~ 2025-03-21T20:22:49.0282097Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:49.0297161Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:49.0312075Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:49.0326098Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:49.0339329Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:49.0346043Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:22:49.0347776Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:49.0348820Z 94 | struct array 2025-03-21T20:22:49.0349284Z | ^~~~~ 2025-03-21T20:22:49.0350897Z /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:49.0352488Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:49.0353188Z | ^~~~~~~~ 2025-03-21T20:22:49.0361341Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:49.0375988Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:49.0391323Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:49.0405372Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:49.0418313Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:49.0424782Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:22:49.0426301Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:49.0427224Z 94 | struct array 2025-03-21T20:22:49.0427661Z | ^~~~~ 2025-03-21T20:22:49.0429224Z /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:49.0430594Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:49.0431307Z | ^~~~~~~~ 2025-03-21T20:22:49.0438965Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:49.0452675Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:49.0467485Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:49.0481621Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:49.0494463Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:49.0501072Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:22:49.0502763Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:49.0503719Z 94 | struct array 2025-03-21T20:22:49.0504142Z | ^~~~~ 2025-03-21T20:22:49.0505644Z /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:49.0507102Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:49.0507813Z | ^~~~~~~~ 2025-03-21T20:22:49.0515690Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:49.0529496Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:49.0543779Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:49.0557095Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:49.0569526Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:49.0575618Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:22:49.0577225Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:49.0578315Z 94 | struct array 2025-03-21T20:22:49.0578748Z | ^~~~~ 2025-03-21T20:22:49.0580200Z /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:49.0581420Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:49.0582103Z | ^~~~~~~~ 2025-03-21T20:22:49.0589435Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:49.0601793Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:49.0615556Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:49.0629191Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:49.4126167Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::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:49.4133065Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:22:49.4134890Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:49.4135948Z 94 | struct array 2025-03-21T20:22:49.4136381Z | ^~~~~ 2025-03-21T20:22:49.4137964Z /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:49.4139413Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:49.4140334Z | ^~~~~~~~ 2025-03-21T20:22:49.4141624Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:22:49.4143400Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:22:49.4145242Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:22:49.4147041Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:22:49.4148899Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:22:49.4150669Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:22:49.4152537Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:22:49.4154352Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:22:49.4156140Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:22:49.4158018Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:22:49.4159992Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:22:49.4161798Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:22:49.4163554Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:22:49.4165414Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:22:49.4167197Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:22:49.4168928Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:49.4170606Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:22:49.4172637Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:22:49.4174605Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:22:49.4176481Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:22:49.4178458Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:22:49.4180498Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:22:49.4182513Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:22:49.4184448Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:22:49.4186633Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:22:49.4188066Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:49.4188734Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:49.4189566Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:49.4190162Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:49.4190913Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:49.4192304Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:22:49.4193432Z from /pytorch/executorch/kernels/portable/cpu/op_where.cpp:9: 2025-03-21T20:22:49.4203915Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:49.4223275Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:49.4243604Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:49.4263020Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:49.4280800Z /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:49.4299374Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:22:49.4301202Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:49.4302271Z 94 | struct array 2025-03-21T20:22:49.4302939Z | ^~~~~ 2025-03-21T20:22:49.4304575Z /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:49.4306130Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:49.4306858Z | ^~~~~~~~ 2025-03-21T20:22:49.4317122Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:49.4336980Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:49.4358959Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:49.4377666Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:49.4395415Z /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:49.4404055Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:22:49.4405840Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:49.4406914Z 94 | struct array 2025-03-21T20:22:49.4407376Z | ^~~~~ 2025-03-21T20:22:49.4409052Z /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:49.4410607Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:49.4411362Z | ^~~~~~~~ 2025-03-21T20:22:49.4421583Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:49.4441236Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:49.4461768Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:49.4478360Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:49.4494528Z /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:49.4502572Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:22:49.4504220Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:49.4505358Z 94 | struct array 2025-03-21T20:22:49.4505781Z | ^~~~~ 2025-03-21T20:22:49.4507374Z /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:49.4508774Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:49.4509395Z | ^~~~~~~~ 2025-03-21T20:22:49.4520778Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:49.4537092Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:49.4547181Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:49.4556743Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:49.4565510Z /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:49.4569977Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:22:49.4570970Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:49.4571915Z 94 | struct array 2025-03-21T20:22:49.4572363Z | ^~~~~ 2025-03-21T20:22:49.4573736Z /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:49.4575060Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:49.4575770Z | ^~~~~~~~ 2025-03-21T20:22:49.4585473Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:49.4604771Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:49.4615014Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:22:49.4624537Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:49.4634547Z /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:49.4641785Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:22:49.4643066Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:49.4643991Z 94 | struct array 2025-03-21T20:22:49.4644276Z | ^~~~~ 2025-03-21T20:22:49.4645175Z /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:49.4646059Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:49.4646583Z | ^~~~~~~~ 2025-03-21T20:22:49.4652042Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:49.4662652Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:49.4673775Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:49.4683256Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:49.4695275Z /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:49.4700139Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:22:49.4701281Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:49.4701875Z 94 | struct array 2025-03-21T20:22:49.4702196Z | ^~~~~ 2025-03-21T20:22:49.4703027Z /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:49.4704218Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:49.4704885Z | ^~~~~~~~ 2025-03-21T20:22:49.4710741Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:49.4727569Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:49.4744842Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:49.4757043Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:49.4768493Z /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:49.4773469Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:22:49.4774498Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:49.4775191Z 94 | struct array 2025-03-21T20:22:49.4775448Z | ^~~~~ 2025-03-21T20:22:49.4776363Z /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:49.4777271Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:49.4777693Z | ^~~~~~~~ 2025-03-21T20:22:49.4783652Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:49.4796120Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:49.4811987Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:22:49.9494897Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:49.9512430Z /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:49.9521421Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:22:49.9523321Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:49.9524452Z 94 | struct array 2025-03-21T20:22:49.9524915Z | ^~~~~ 2025-03-21T20:22:49.9526487Z /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:49.9527930Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:49.9528675Z | ^~~~~~~~ 2025-03-21T20:22:49.9530070Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:22:49.9532250Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:22:49.9534820Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:22:49.9537012Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:22:49.9538957Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:22:49.9541045Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:22:49.9542974Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:22:49.9545487Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:22:49.9547484Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:22:49.9549416Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:22:49.9551335Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:49.9553317Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:22:49.9555372Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:22:49.9557419Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:22:49.9559383Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:22:49.9561517Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:22:49.9563587Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:22:49.9565740Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:22:49.9568268Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:22:49.9570289Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:22:49.9572379Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:22:49.9574423Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:22:49.9576433Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:22:49.9578603Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:22:49.9579898Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:49.9580469Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:49.9581201Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:49.9581940Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:49.9582857Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:49.9584142Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:22:49.9585331Z from /pytorch/executorch/kernels/portable/cpu/op_where.cpp:9: 2025-03-21T20:22:49.9597216Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:49.9615927Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:49.9635228Z /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:49.9655184Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by 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:49.9683627Z /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:49.9720131Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution 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:49.9748331Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:49.9765657Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:49.9779538Z /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:49.9786492Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:22:49.9788080Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:49.9790609Z 94 | struct array 2025-03-21T20:22:49.9791074Z | ^~~~~ 2025-03-21T20:22:49.9792805Z /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:49.9794266Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:49.9794941Z | ^~~~~~~~ 2025-03-21T20:22:49.9804746Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:49.9823368Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:49.9842168Z /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:49.9861767Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by 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:49.9890200Z /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:49.9926369Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution 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:49.9954899Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:49.9973836Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:49.9991312Z /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:49.9999551Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:22:50.0001384Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:50.0002414Z 94 | struct array 2025-03-21T20:22:50.0002843Z | ^~~~~ 2025-03-21T20:22:50.0004465Z /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:50.0005991Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:50.0006774Z | ^~~~~~~~ 2025-03-21T20:22:50.0017221Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:50.0037701Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:50.0057425Z /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:50.0076741Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by 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:50.0105042Z /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:50.0140920Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution 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:50.0168718Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:50.0187486Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:50.0204743Z /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:50.0213572Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:22:50.0215433Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:50.0216445Z 94 | struct array 2025-03-21T20:22:50.0216904Z | ^~~~~ 2025-03-21T20:22:50.0218518Z /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:50.0220149Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:50.0220911Z | ^~~~~~~~ 2025-03-21T20:22:50.0231068Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:50.0250536Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:50.0269536Z /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:50.0289167Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by 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:50.0316374Z /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:50.0352638Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution 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:50.0380665Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:50.0400587Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:50.0418053Z /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:50.0426831Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:22:50.0428473Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:50.0429491Z 94 | struct array 2025-03-21T20:22:50.0429945Z | ^~~~~ 2025-03-21T20:22:50.0431591Z /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:50.0433028Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:50.0433774Z | ^~~~~~~~ 2025-03-21T20:22:50.0443580Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:50.0462920Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:50.0481722Z /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:50.0500889Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by 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:50.0526767Z /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:50.0561769Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution 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:50.0591215Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:50.0610552Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::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:50.0628656Z /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:50.0637249Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:22:50.0638902Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:50.0639921Z 94 | struct array 2025-03-21T20:22:50.0640519Z | ^~~~~ 2025-03-21T20:22:50.0642133Z /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:50.0643642Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:50.0644411Z | ^~~~~~~~ 2025-03-21T20:22:50.0654704Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:50.0674207Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:50.0693554Z /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:50.0713839Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by 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:50.0741647Z /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:50.0778202Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution 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:50.0806678Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:50.0824822Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:50.0842590Z /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:50.0851226Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:22:50.0853534Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:50.0854552Z 94 | struct array 2025-03-21T20:22:50.0854993Z | ^~~~~ 2025-03-21T20:22:50.0856540Z /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:50.0858029Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:50.0858840Z | ^~~~~~~~ 2025-03-21T20:22:50.0869055Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:50.0888758Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:50.0908273Z /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:50.0927491Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by 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:50.0957429Z /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:50.0992680Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution 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:50.1020698Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:50.1039758Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:50.1058281Z /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:50.1066599Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:22:50.1068350Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:50.1069415Z 94 | struct array 2025-03-21T20:22:50.1069854Z | ^~~~~ 2025-03-21T20:22:50.1071552Z /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:50.1073102Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:50.1073841Z | ^~~~~~~~ 2025-03-21T20:22:50.1083983Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:50.1103450Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:50.1123166Z /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:50.1135666Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by 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:50.1160322Z /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:50.3343789Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution 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:50.3372168Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:50.3391236Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const 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:50.3408551Z /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:50.3416130Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:22:50.3417139Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:50.3417708Z 94 | struct array 2025-03-21T20:22:50.3417983Z | ^~~~~ 2025-03-21T20:22:50.3418806Z /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:50.3419569Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:50.3419986Z | ^~~~~~~~ 2025-03-21T20:22:50.3420769Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:22:50.3421799Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:22:50.3422853Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:22:50.3423888Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:22:50.3424984Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:22:50.3426033Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:22:50.3427592Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:22:50.3429353Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:22:50.3430402Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:22:50.3431536Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:22:50.3432585Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:22:50.3433627Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:22:50.3434719Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:22:50.3436615Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:22:50.3437728Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:22:52.6126397Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:22:52.6128297Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:22:52.6129795Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:22:52.6131362Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:22:52.6132535Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:22:52.6133441Z [ 98%] Linking CXX static library libportable_kernels.a 2025-03-21T20:22:52.6133914Z [ 98%] Built target portable_kernels 2025-03-21T20:22:52.6134546Z [ 99%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:22:52.6135332Z [100%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:22:52.6135912Z [100%] Generating code for kernel registration 2025-03-21T20:22:52.6136348Z [100%] Built target optimized_portable_kernels 2025-03-21T20:22:52.6137423Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:22:52.6138373Z [100%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:22:52.6138783Z [100%] Built target portable_ops_lib 2025-03-21T20:22:52.6139213Z Install the project... 2025-03-21T20:22:52.6139534Z -- Install configuration: "Release" 2025-03-21T20:22:52.6139954Z -- Installing: /pytorch/executorch/cmake-out/include/fxdiv.h 2025-03-21T20:22:52.6140527Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-config.cmake 2025-03-21T20:22:52.6141300Z -- Installing: /pytorch/executorch/cmake-out/lib/libcpuinfo.a 2025-03-21T20:22:52.6141944Z -- Installing: /pytorch/executorch/cmake-out/include/cpuinfo.h 2025-03-21T20:22:52.6142708Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-targets.cmake 2025-03-21T20:22:52.6143519Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-targets-release.cmake 2025-03-21T20:22:52.6144382Z -- Installing: /pytorch/executorch/cmake-out/lib/pkgconfig/libcpuinfo.pc 2025-03-21T20:22:52.6145299Z -- Installing: /pytorch/executorch/cmake-out/include/pthreadpool.h 2025-03-21T20:22:52.6146080Z -- Installing: /pytorch/executorch/cmake-out/lib/libpthreadpool.a 2025-03-21T20:22:52.6146678Z -- Installing: /pytorch/executorch/cmake-out/lib/liboptimized_portable_kernels.a 2025-03-21T20:22:52.6147311Z -- Installing: /pytorch/executorch/cmake-out/lib/libportable_kernels.a 2025-03-21T20:22:52.6147866Z -- Installing: /pytorch/executorch/cmake-out/lib/libportable_ops_lib.a 2025-03-21T20:22:52.6148565Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/portable/Functions.h 2025-03-21T20:22:52.6149548Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/portable/NativeFunctions.h 2025-03-21T20:22:52.6150269Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core 2025-03-21T20:22:52.6151028Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/array_ref.h 2025-03-21T20:22:52.6151943Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/data_loader.h 2025-03-21T20:22:52.6152725Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/defines.h 2025-03-21T20:22:52.6153496Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/error.h 2025-03-21T20:22:52.6154180Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/evalue.h 2025-03-21T20:22:52.6154892Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer.h 2025-03-21T20:22:52.6155664Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer_hooks.h 2025-03-21T20:22:52.6156489Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-03-21T20:22:52.6157324Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten 2025-03-21T20:22:52.6158218Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-03-21T20:22:52.6159341Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:22:52.6160406Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-03-21T20:22:52.6161635Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-03-21T20:22:52.6162725Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/test 2025-03-21T20:22:52.6163754Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:52.6164833Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-03-21T20:22:52.6165900Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-03-21T20:22:52.6167080Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-03-21T20:22:52.6168246Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-03-21T20:22:52.6169622Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-03-21T20:22:52.6170724Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/test 2025-03-21T20:22:52.6171900Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/freeable_buffer.h 2025-03-21T20:22:52.6172944Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/hierarchical_allocator.h 2025-03-21T20:22:52.6173953Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/memory_allocator.h 2025-03-21T20:22:52.6175017Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/named_data_map.h 2025-03-21T20:22:52.6175988Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type 2025-03-21T20:22:52.6176766Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bfloat16.h 2025-03-21T20:22:52.6177632Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-03-21T20:22:52.6178502Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bits_types.h 2025-03-21T20:22:52.6179318Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:22:52.6180348Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:22:52.6181663Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:22:52.6182880Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-03-21T20:22:52.6184233Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-03-21T20:22:52.6185373Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:52.6186520Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-03-21T20:22:52.6187788Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-03-21T20:22:52.6189211Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-03-21T20:22:52.6190364Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-03-21T20:22:52.6191678Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-03-21T20:22:52.6192830Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-03-21T20:22:52.6193963Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-03-21T20:22:52.6195161Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-03-21T20:22:52.6196171Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-03-21T20:22:52.6197154Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/complex.h 2025-03-21T20:22:52.6198155Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/device.h 2025-03-21T20:22:52.6198976Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/half.h 2025-03-21T20:22:52.6199791Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/optional.h 2025-03-21T20:22:52.6200638Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/qint_types.h 2025-03-21T20:22:52.6201475Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/scalar.h 2025-03-21T20:22:52.6202316Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/scalar_type.h 2025-03-21T20:22:52.6203179Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/string_view.h 2025-03-21T20:22:52.6204026Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor.h 2025-03-21T20:22:52.6204855Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-03-21T20:22:52.6205738Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor_options.h 2025-03-21T20:22:53.0896559Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/test 2025-03-21T20:22:53.0897986Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/result.h 2025-03-21T20:22:53.0899282Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/span.h 2025-03-21T20:22:53.0900554Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tag.h 2025-03-21T20:22:53.0902044Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tensor_layout.h 2025-03-21T20:22:53.0903497Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-03-21T20:22:53.0905056Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/test 2025-03-21T20:22:53.0906295Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel 2025-03-21T20:22:53.0907799Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/kernel_includes.h 2025-03-21T20:22:53.0909328Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-03-21T20:22:53.0911146Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/operator_registry.h 2025-03-21T20:22:53.0912639Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/test 2025-03-21T20:22:53.0914012Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/test/test_util.h 2025-03-21T20:22:53.0915390Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-03-21T20:22:53.0916810Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform 2025-03-21T20:22:53.0918256Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/abort.h 2025-03-21T20:22:53.0919607Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/assert.h 2025-03-21T20:22:53.0920984Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/clock.h 2025-03-21T20:22:53.0922464Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/compat_unistd.h 2025-03-21T20:22:53.0923825Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/compiler.h 2025-03-21T20:22:53.0925101Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/default 2025-03-21T20:22:53.0926400Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/log.h 2025-03-21T20:22:53.0927648Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/platform.h 2025-03-21T20:22:53.0937191Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/profiler.h 2025-03-21T20:22:53.0938813Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/runtime.h 2025-03-21T20:22:53.0940158Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/system.h 2025-03-21T20:22:53.0941440Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/test 2025-03-21T20:22:53.0942903Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/test/stub_platform.h 2025-03-21T20:22:53.0944373Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/types.h 2025-03-21T20:22:53.0945672Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util 2025-03-21T20:22:53.0947253Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-03-21T20:22:53.0948939Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/meta_programming.h 2025-03-21T20:22:53.0950257Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/test 2025-03-21T20:22:53.0951854Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/type_list.h 2025-03-21T20:22:53.0953175Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor 2025-03-21T20:22:53.0954354Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor.h 2025-03-21T20:22:53.0955627Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_accessor.h 2025-03-21T20:22:53.0957031Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_ptr.h 2025-03-21T20:22:53.0958423Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-03-21T20:22:53.0959761Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/test 2025-03-21T20:22:53.0961025Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool 2025-03-21T20:22:53.0962390Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-03-21T20:22:53.0963834Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/test 2025-03-21T20:22:53.0965150Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/threadpool.h 2025-03-21T20:22:53.0966692Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/threadpool_guard.h 2025-03-21T20:22:53.0967970Z -- Installing: /pytorch/executorch/cmake-out/lib/libexecutorch.a 2025-03-21T20:22:53.0968948Z -- Installing: /pytorch/executorch/cmake-out/lib/libexecutorch_core.a 2025-03-21T20:22:53.0970277Z -- Installing: /pytorch/executorch/cmake-out/lib/cmake/ExecuTorch/executorch-config.cmake 2025-03-21T20:22:53.0971382Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_threadpool.a 2025-03-21T20:22:53.0972301Z -- The C compiler identification is GNU 9.5.0 2025-03-21T20:22:53.0972924Z -- The CXX compiler identification is GNU 9.5.0 2025-03-21T20:22:53.0973535Z -- Detecting C compiler ABI info 2025-03-21T20:22:53.0974103Z -- Detecting C compiler ABI info - done 2025-03-21T20:22:53.0974782Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:22:53.0975451Z -- Detecting C compile features 2025-03-21T20:22:53.0975969Z -- Detecting C compile features - done 2025-03-21T20:22:53.0976536Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:53.0977132Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:53.0977806Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:53.0978483Z -- Detecting CXX compile features 2025-03-21T20:22:53.0979032Z -- Detecting CXX compile features - done 2025-03-21T20:22:53.0980102Z CMake Warning (dev) at CMakeLists.txt:29 (find_package): 2025-03-21T20:22:53.0981151Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-03-21T20:22:53.0982186Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-03-21T20:22:53.0983200Z cmake_policy command to set the policy and suppress this warning. 2025-03-21T20:22:53.0983758Z 2025-03-21T20:22:53.0983967Z CMake variable EXECUTORCH_ROOT is set to: 2025-03-21T20:22:53.0984382Z 2025-03-21T20:22:53.0984547Z /pytorch/executorch/test/.. 2025-03-21T20:22:53.0984869Z 2025-03-21T20:22:53.0985232Z For compatibility, find_package is ignoring the variable, but code in a 2025-03-21T20:22:53.0986029Z .cmake module might still use it. 2025-03-21T20:22:53.0986771Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:22:53.0987655Z  2025-03-21T20:22:53.0988125Z etdump library is not found. 2025-03-21T20:22:53.0989184Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.0990147Z bundled_program library is not found. 2025-03-21T20:22:53.0991161Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.0992189Z extension_data_loader library is not found. 2025-03-21T20:22:53.0993053Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.0994024Z flatccrt library is not found. 2025-03-21T20:22:53.0994838Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.0995704Z coremldelegate library is not found. 2025-03-21T20:22:53.0996578Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.0997404Z mpsdelegate library is not found. 2025-03-21T20:22:53.0998259Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.0999112Z neuron_backend library is not found. 2025-03-21T20:22:53.0999965Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.1000903Z qnn_executorch_backend library is not found. 2025-03-21T20:22:53.1001875Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.1002718Z custom_ops library is not found. 2025-03-21T20:22:53.1003674Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.1004539Z extension_module library is not found. 2025-03-21T20:22:53.1005423Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.1006344Z extension_module_static library is not found. 2025-03-21T20:22:53.1007268Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.1008178Z extension_runner_util library is not found. 2025-03-21T20:22:53.1009116Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.1009999Z extension_tensor library is not found. 2025-03-21T20:22:53.1010941Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.1011944Z extension_training library is not found. 2025-03-21T20:22:53.1012880Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.1013752Z xnnpack_backend library is not found. 2025-03-21T20:22:53.1014702Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.1015559Z XNNPACK library is not found. 2025-03-21T20:22:53.1016402Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.1017203Z microkernels-prod library is not found. 2025-03-21T20:22:53.1018069Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.1018884Z kleidiai library is not found. 2025-03-21T20:22:53.1019740Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.1020574Z vulkan_backend library is not found. 2025-03-21T20:22:53.1021332Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.1021822Z optimized_kernels library is not found. 2025-03-21T20:22:53.1022325Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.1022800Z cpublas library is not found. 2025-03-21T20:22:53.1023280Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.1023757Z eigen_blas library is not found. 2025-03-21T20:22:53.1024227Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.1024718Z optimized_ops_lib library is not found. 2025-03-21T20:22:53.6410557Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.6411185Z optimized_native_cpu_ops_lib library is not found. 2025-03-21T20:22:53.6411739Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.6412224Z quantized_kernels library is not found. 2025-03-21T20:22:53.6412756Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.6413254Z quantized_ops_lib library is not found. 2025-03-21T20:22:53.6413756Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.6414487Z quantized_ops_aot_lib library is not found. 2025-03-21T20:22:53.6415017Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:22:53.6415642Z -- executorch: Using source file list /pytorch/executorch/cmake-out/test/../executorch_srcs.cmake 2025-03-21T20:22:53.6416176Z -- 2025-03-21T20:22:53.6416401Z -- ******** Summary ******** 2025-03-21T20:22:53.6416707Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:22:53.6417044Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:22:53.6417361Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-03-21T20:22:53.6417694Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:22:53.6418007Z -- BUCK2 : 2025-03-21T20:22:53.6418327Z -- PYTHON_EXECUTABLE : 2025-03-21T20:22:53.6418656Z -- FLATC_EXECUTABLE : 2025-03-21T20:22:53.6418983Z -- EXECUTORCH_ENABLE_LOGGING : 2025-03-21T20:22:53.6419367Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : 2025-03-21T20:22:53.6419810Z -- EXECUTORCH_LOG_LEVEL : 2025-03-21T20:22:53.6420165Z -- EXECUTORCH_BUILD_ANDROID_JNI : 2025-03-21T20:22:53.6420530Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : 2025-03-21T20:22:53.6420884Z -- EXECUTORCH_BUILD_CADENCE : 2025-03-21T20:22:53.6421249Z -- EXECUTORCH_BUILD_COREML : 2025-03-21T20:22:53.6421613Z -- EXECUTORCH_BUILD_CPUINFO : 2025-03-21T20:22:53.6421972Z -- EXECUTORCH_BUILD_DEVTOOLS : 2025-03-21T20:22:53.6422346Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : 2025-03-21T20:22:53.6422704Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : 2025-03-21T20:22:53.6423077Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : 2025-03-21T20:22:53.6423444Z -- EXECUTORCH_BUILD_EXTENSION_LLM : 2025-03-21T20:22:53.6423869Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : 2025-03-21T20:22:53.6424233Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : 2025-03-21T20:22:53.6424593Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : 2025-03-21T20:22:53.6424964Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : 2025-03-21T20:22:53.6425332Z -- EXECUTORCH_BUILD_FLATC : 2025-03-21T20:22:53.6425694Z -- EXECUTORCH_BUILD_GFLAGS : 2025-03-21T20:22:53.6426059Z -- EXECUTORCH_BUILD_HOST_TARGETS : 2025-03-21T20:22:53.6426423Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : 2025-03-21T20:22:53.6426773Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : 2025-03-21T20:22:53.6427145Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : 2025-03-21T20:22:53.6427511Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : 2025-03-21T20:22:53.6427877Z -- EXECUTORCH_BUILD_MPS : 2025-03-21T20:22:53.6428292Z -- EXECUTORCH_BUILD_NEURON : 2025-03-21T20:22:53.6428644Z -- EXECUTORCH_BUILD_PTHREADPOOL : 2025-03-21T20:22:53.6429002Z -- EXECUTORCH_BUILD_PYBIND : 2025-03-21T20:22:53.6429355Z -- EXECUTORCH_BUILD_QNN : 2025-03-21T20:22:53.6429714Z -- EXECUTORCH_BUILD_SIZE_TEST : 2025-03-21T20:22:53.6430072Z -- EXECUTORCH_BUILD_TESTS : 2025-03-21T20:22:53.6430407Z -- EXECUTORCH_BUILD_VULKAN : 2025-03-21T20:22:53.6430765Z -- EXECUTORCH_BUILD_XNNPACK : 2025-03-21T20:22:53.6431104Z -- Configuring done (0.4s) 2025-03-21T20:22:53.6431390Z -- Generating done (0.0s) 2025-03-21T20:22:53.6431950Z -- Build files have been written to: /pytorch/executorch/cmake-out/test 2025-03-21T20:22:53.6432369Z Build size test 2025-03-21T20:22:53.6433120Z [ 16%] Building CXX object CMakeFiles/size_test.dir/pytorch/executorch/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:22:53.6433966Z [ 50%] Building CXX object CMakeFiles/size_test.dir/size_test.cpp.o 2025-03-21T20:22:53.6434870Z [ 50%] Building CXX object CMakeFiles/size_test_all_ops.dir/pytorch/executorch/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:22:53.6435840Z [ 66%] Building CXX object CMakeFiles/size_test_all_ops.dir/size_test.cpp.o 2025-03-21T20:22:53.6436404Z [ 83%] Linking CXX executable size_test 2025-03-21T20:22:53.6436860Z [100%] Linking CXX executable size_test_all_ops 2025-03-21T20:22:53.6437239Z [100%] Built target size_test 2025-03-21T20:22:53.6437541Z [100%] Built target size_test_all_ops 2025-03-21T20:22:53.6437895Z ExecuTorch with no ops binary size, unstripped: 2025-03-21T20:22:53.6438355Z -rwxr-xr-x. 1 ci-user ci-user 69192 Mar 21 20:22 cmake-out/test/size_test 2025-03-21T20:22:53.6438832Z ExecuTorch with portable ops binary size, unstripped: 2025-03-21T20:22:53.6439339Z -rwxr-xr-x. 1 ci-user ci-user 1960072 Mar 21 20:22 cmake-out/test/size_test_all_ops 2025-03-21T20:22:53.6439806Z + strip cmake-out/test/size_test 2025-03-21T20:22:53.6440124Z ++ ls -la cmake-out/test/size_test 2025-03-21T20:22:53.6440564Z + output='-rwxr-xr-x. 1 ci-user ci-user 47312 Mar 21 20:22 cmake-out/test/size_test' 2025-03-21T20:22:53.6441058Z + arr=($output) 2025-03-21T20:22:53.6441303Z + size=47312 2025-03-21T20:22:53.6441540Z + threshold=51504 2025-03-21T20:22:53.6441785Z + [[ 47312 -le 51504 ]] 2025-03-21T20:22:53.6442049Z + echo 'Success 47312 <= 51504' 2025-03-21T20:22:53.6442316Z Success 47312 <= 51504 2025-03-21T20:22:53.6534164Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2025-03-21T20:22:53.6534845Z with: 2025-03-21T20:22:53.6535351Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:53.6535969Z fail-on-empty: false 2025-03-21T20:22:53.6536372Z env: 2025-03-21T20:22:53.6536769Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:22:53.6537355Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:53.6537796Z PR_NUMBER: 2025-03-21T20:22:53.6540466Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:22:53.6543179Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:53.6543784Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:53.6544352Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:53.6544762Z ##[endgroup] 2025-03-21T20:22:53.7155026Z Prepare all required actions 2025-03-21T20:22:53.7196982Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:22:53.7197376Z with: 2025-03-21T20:22:53.7197738Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:22:53.7198315Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:22:53.7198751Z env: 2025-03-21T20:22:53.7198998Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:22:53.7199353Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:53.7199647Z PR_NUMBER: 2025-03-21T20:22:53.7202019Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:22:53.7204559Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:53.7205152Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:53.7205718Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:53.7206119Z ##[endgroup] 2025-03-21T20:22:53.7232646Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:22:53.7233372Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:22:53.7240898Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:22:53.7241292Z env: 2025-03-21T20:22:53.7241567Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:22:53.7241940Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:53.7242250Z PR_NUMBER: 2025-03-21T20:22:53.7244584Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:22:53.7247230Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:53.7247834Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:53.7248456Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:53.7248993Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:22:53.7249564Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:22:53.7249997Z ##[endgroup] 2025-03-21T20:22:53.7418880Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-03-21T20:22:54.1728949Z latest: Pulling from tool/alpine 2025-03-21T20:22:54.1732232Z 540db60ca938: Pulling fs layer 2025-03-21T20:22:54.2710094Z 540db60ca938: Download complete 2025-03-21T20:22:54.3531132Z 540db60ca938: Pull complete 2025-03-21T20:22:54.3645860Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T20:22:54.3686344Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T20:22:56.1025474Z Prepare all required actions 2025-03-21T20:22:56.1052079Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:22:56.1052486Z with: 2025-03-21T20:22:56.1052773Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:22:56.1053280Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:22:56.1053710Z env: 2025-03-21T20:22:56.1053966Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:22:56.1054316Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:56.1054610Z PR_NUMBER: 2025-03-21T20:22:56.1056986Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:22:56.1059523Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:56.1060118Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:56.1060671Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:56.1061065Z ##[endgroup] 2025-03-21T20:22:56.1084432Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:22:56.1085131Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:22:56.1093049Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:22:56.1093448Z env: 2025-03-21T20:22:56.1093720Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:22:56.1094078Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:56.1094380Z PR_NUMBER: 2025-03-21T20:22:56.1096708Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:22:56.1099288Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:56.1099882Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:56.1100438Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:56.1101008Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:22:56.1101507Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:22:56.1101874Z ##[endgroup] 2025-03-21T20:22:57.1815066Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-03-21T20:22:57.1815718Z # Only do these steps if we actually want to upload an artifact 2025-03-21T20:22:57.1816203Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-03-21T20:22:57.1816761Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-03-21T20:22:57.1817400Z  # attempt to just grab whatever is in there and scoop it all up 2025-03-21T20:22:57.1817920Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-03-21T20:22:57.1818374Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:22:57.1818743Z  fi 2025-03-21T20:22:57.1819094Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-03-21T20:22:57.1819550Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:22:57.1819982Z  fi 2025-03-21T20:22:57.1820276Z fi 2025-03-21T20:22:57.1820520Z  2025-03-21T20:22:57.1820749Z upload_docs=0 2025-03-21T20:22:57.1821180Z # Check if there are files in the documentation folder to upload, note that 2025-03-21T20:22:57.1821667Z # empty folders do not count 2025-03-21T20:22:57.1822145Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-03-21T20:22:57.1822763Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-03-21T20:22:57.1823277Z  # upload will probably not work correctly 2025-03-21T20:22:57.1823638Z  upload_docs=1 2025-03-21T20:22:57.1823918Z fi 2025-03-21T20:22:57.1824258Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:22:57.1830843Z shell: /usr/bin/bash -e {0} 2025-03-21T20:22:57.1831144Z env: 2025-03-21T20:22:57.1831515Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:22:57.1831915Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:57.1832235Z PR_NUMBER: 2025-03-21T20:22:57.1834583Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:22:57.1837125Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:57.1837734Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:57.1838404Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:57.1838829Z UPLOAD_ARTIFACT_NAME: 2025-03-21T20:22:57.1839114Z ##[endgroup] 2025-03-21T20:22:57.1970044Z Prepare all required actions 2025-03-21T20:22:57.2005497Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-03-21T20:22:57.2005886Z with: 2025-03-21T20:22:57.2006109Z env: 2025-03-21T20:22:57.2006360Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:22:57.2006724Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:57.2007026Z PR_NUMBER: 2025-03-21T20:22:57.2009389Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:22:57.2012022Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:57.2012628Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:57.2013193Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:57.2013601Z ##[endgroup] 2025-03-21T20:22:57.2038298Z ##[group]Run set -eou pipefail 2025-03-21T20:22:57.2038641Z set -eou pipefail 2025-03-21T20:22:57.2038930Z  2025-03-21T20:22:57.2039300Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-03-21T20:22:57.2039793Z for _ in $(seq 1440); do 2025-03-21T20:22:57.2040142Z  # Break if no ssh session exists anymore 2025-03-21T20:22:57.2040513Z  if [ "$(who)" = "" ]; then 2025-03-21T20:22:57.2040830Z  break 2025-03-21T20:22:57.2041087Z  fi 2025-03-21T20:22:57.2041338Z  echo "." 2025-03-21T20:22:57.2041600Z  sleep 5 2025-03-21T20:22:57.2041854Z done 2025-03-21T20:22:57.2047419Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:22:57.2047810Z env: 2025-03-21T20:22:57.2048073Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:22:57.2048435Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:57.2048743Z PR_NUMBER: 2025-03-21T20:22:57.2051068Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:22:57.2053707Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:57.2054305Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:57.2054865Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:57.2055255Z ##[endgroup] 2025-03-21T20:22:57.2077785Z Holding runner for 2 hours until all ssh sessions have logged out 2025-03-21T20:22:57.2140968Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:22:57.2141593Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:22:57.2142048Z # shellcheck disable=SC2046 2025-03-21T20:22:57.2142460Z docker stop $(docker ps -q) || true 2025-03-21T20:22:57.2142823Z # Prune all of the docker images 2025-03-21T20:22:57.2143291Z docker system prune -af 2025-03-21T20:22:57.2148706Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:22:57.2149096Z env: 2025-03-21T20:22:57.2149354Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:22:57.2149691Z REPOSITORY: pytorch/executorch 2025-03-21T20:22:57.2149988Z PR_NUMBER: 2025-03-21T20:22:57.2152540Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:22:57.2155203Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:22:57.2155790Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:22:57.2156342Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:22:57.2156739Z ##[endgroup] 2025-03-21T20:23:07.8808884Z ee6ea8bfebfc 2025-03-21T20:23:08.0050591Z Deleted Containers: 2025-03-21T20:23:08.0051068Z ee6ea8bfebfc56659d715fc27e4dbf94a6cfc72885f3010ae3e2c44838f1aa79 2025-03-21T20:23:08.0051414Z 2025-03-21T20:23:11.0018901Z Deleted Images: 2025-03-21T20:23:11.0019892Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:23:11.0021121Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9@sha256:608940846b2821c232f739be21bc14bcf61fc3df6b899222b989f5c9241eb1d5 2025-03-21T20:23:11.0022151Z deleted: sha256:dc85df5d325314b5cae5829d7eb0b1fb2ff0e1133140c7b185a0eefef686f65e 2025-03-21T20:23:11.0022795Z deleted: sha256:fe99a8cb86f7d2b59ab333a2a8f5fb84a04e4e816507e6b2da843b1772b5d5f1 2025-03-21T20:23:11.0023448Z deleted: sha256:2c159ee268827bbaefbf6c3b7a7a866709b23d5b60f6507f0d9b8ab97820dad1 2025-03-21T20:23:11.0024096Z deleted: sha256:8152cdac08a6bd4fc474af6cf1e89c78c3cda54a328e4cb05411eeec316a686b 2025-03-21T20:23:11.0024745Z deleted: sha256:47cc2836bf0e1741be04e0b57397edd7087322b3313d3fd5b0bfc1ac74a2c311 2025-03-21T20:23:11.0025387Z deleted: sha256:ec75f199ffb7a05e00c679e9f19d88252af4e1d5bb61d7e7ca98832216152458 2025-03-21T20:23:11.0026020Z deleted: sha256:341246e4933443be4498561212f90260a2c03fd31cdfcc08fd21134275b487ca 2025-03-21T20:23:11.0026630Z deleted: sha256:aef2409980ebd4b5712a44db09b626017f11e08364da38d20d2efc37edee1136 2025-03-21T20:23:11.0027284Z deleted: sha256:15439cb05648b702e20c4ed7500df614da1a355b5df175bf478dfa033a4bac8e 2025-03-21T20:23:11.0027927Z deleted: sha256:e262458b033b6f5d2ece770f8940171afcec4d809f4e91dfebeaf236daf7dc15 2025-03-21T20:23:11.0028575Z deleted: sha256:f7d7ef9400147db31ab5d50725cccf4cdaa44a2ee1c6646c578865eb33106888 2025-03-21T20:23:11.0029216Z deleted: sha256:7088ab70502fce2eb752959e57291ae4532bd887311ecab94aa6a7a031c24f7f 2025-03-21T20:23:11.0029859Z deleted: sha256:75e6da6578d738abe9910bcc4b52ecdc12f65c929e2fd45759c8d2c6494c5c8c 2025-03-21T20:23:11.0030500Z deleted: sha256:88eeb836643bc706eaa0a28aca48dcadfc74e885146623875919525e5b2ab0df 2025-03-21T20:23:11.0031144Z deleted: sha256:2951bec03e8787fd9543da5e3d1a99dc5b4d4f9b8ecb8417e88623612de05d59 2025-03-21T20:23:11.0031884Z deleted: sha256:7d3f05139d78df6eecf3f1c034fa4caf0c040a0bb1194b000010d3b7352e34c6 2025-03-21T20:23:11.0032550Z deleted: sha256:5c47fabbdedb0223ed2cc9c1c715a3b6e91b4ff10780feb9ec4eec945a4ffac1 2025-03-21T20:23:11.0033395Z deleted: sha256:8f14e0284ff64cc6e41b6210d010634404bc1d8a3c1731d8c08a721244c308b6 2025-03-21T20:23:11.0034041Z deleted: sha256:8f6d6d2d08cca5f99cc46ea83cb2163cd4ef11f10b57bee25e4f855e3a7d3a7f 2025-03-21T20:23:11.0034867Z deleted: sha256:b8e62bcd06491d37ebdd3ed5988d0a15b213ce6ba6165a04a3499d36781389cf 2025-03-21T20:23:11.0035511Z deleted: sha256:07893616475c37cefae93d5ed8c072da8a54987d05abbe9f8735cf946389fb04 2025-03-21T20:23:11.0036154Z deleted: sha256:3754d6de2395c0f7935b63f904dafdca8f9617762726f1d5bd34153983526ca3 2025-03-21T20:23:11.0036803Z deleted: sha256:9acd36a23ee7c05921fecbf9a1acc735e5ac4a1ef2c00910c799d139bd790ec2 2025-03-21T20:23:11.0037450Z deleted: sha256:c69f3f69ce62345d3e297db503857272d886f9499b78e0f300bf27fe38d482a6 2025-03-21T20:23:11.0038084Z deleted: sha256:446006e132ea3d08601d6d5cc3a627216c36798a6f9dce3b3a53b6a05b2da297 2025-03-21T20:23:11.0038756Z deleted: sha256:3e8c23c39d3b863669ea6bad2967d57a7f1961efb98ab7f4393d3ed1b8bb776d 2025-03-21T20:23:11.0039512Z deleted: sha256:89eae90f8c12ed27277cb204d68a682b01c164ec3eef188872f51f65a5dd5235 2025-03-21T20:23:11.0040155Z deleted: sha256:720dd36148de0fb63606a3119ee4bc8cc59565cfae0c62364ca2773198d1ba7b 2025-03-21T20:23:11.0040797Z deleted: sha256:24c10d8f20034b48400ac824a30ea6a4ca0aee959badb664e5fbdac156bfcd7d 2025-03-21T20:23:11.0041441Z deleted: sha256:68ee7a3cc912e9eb916f429e5e872d1ab039ee9568a133257826616f4b2864d2 2025-03-21T20:23:11.0042066Z deleted: sha256:21067c8766720e3ce591a6a0ed5afc02a38aa7cca0f4cd7d6e3da0d44336069d 2025-03-21T20:23:11.0042713Z deleted: sha256:19bfbb7c45a2bf6b33c3f5f33f543d0afee1743b59a9949b905fd7b0f4a7d64c 2025-03-21T20:23:11.0043346Z deleted: sha256:11c20e4954648384e60b378734f23cfa2b75862e53def1c5bdf74842ef784238 2025-03-21T20:23:11.0043979Z deleted: sha256:da9aef675e5da47aff5a37a0f1945f9991e21dd28509553e92758b593aad3d89 2025-03-21T20:23:11.0044612Z deleted: sha256:6083c67edecde98dc6000281a7d8012a56c21103b1832d56a909d71980087324 2025-03-21T20:23:11.0045237Z deleted: sha256:0f179b0082e1881a2de725de111825810ea22ae3b80de7dfe68888d1f2ff8fa0 2025-03-21T20:23:11.0045858Z deleted: sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af 2025-03-21T20:23:11.0046471Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T20:23:11.0047319Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T20:23:11.0048195Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-03-21T20:23:11.0048848Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-03-21T20:23:11.0049228Z 2025-03-21T20:23:11.0082111Z Total reclaimed space: 13.61GB 2025-03-21T20:23:11.0127214Z ##[group]Run set +e 2025-03-21T20:23:11.0127526Z set +e 2025-03-21T20:23:11.0127811Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:23:11.0128258Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:23:11.0128642Z else 2025-03-21T20:23:11.0128979Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:23:11.0129333Z fi 2025-03-21T20:23:11.0129571Z set -e 2025-03-21T20:23:11.0136473Z shell: /usr/bin/bash -e {0} 2025-03-21T20:23:11.0136774Z env: 2025-03-21T20:23:11.0137048Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:23:11.0137420Z REPOSITORY: pytorch/executorch 2025-03-21T20:23:11.0137715Z PR_NUMBER: 2025-03-21T20:23:11.0140100Z 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}" ./install_requirements.sh --use-pt-pinned-commit # build module for executorch.extension.pybindings.portable_lib bash test/build_size_test.sh strip cmake-out/test/size_test output=$(ls -la cmake-out/test/size_test) arr=($output) size=${arr[4]} # threshold=48120 on devserver with gcc11.4 # todo(lfq): update once binary size is below 50kb. threshold="51504" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold" else echo "Fail $size > $threshold" exit 1 fi 2025-03-21T20:23:11.0142715Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:23:11.0143316Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:23:11.0143884Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:23:11.0144283Z NO_SUDO: false 2025-03-21T20:23:11.0144537Z ##[endgroup] 2025-03-21T20:23:12.0585548Z Post job cleanup. 2025-03-21T20:23:12.1637755Z Post job cleanup. 2025-03-21T20:23:12.2631796Z [command]/usr/bin/git version 2025-03-21T20:23:12.2690377Z git version 2.47.1 2025-03-21T20:23:12.2731000Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/6bcbab95-57de-4660-8fab-1825e850f8d1/.gitconfig' 2025-03-21T20:23:12.2741026Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/6bcbab95-57de-4660-8fab-1825e850f8d1' before making global git config changes 2025-03-21T20:23:12.2742765Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:23:12.2748074Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:23:12.2787535Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:23:12.2821436Z [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:23:12.3111555Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:23:12.3130556Z http.https://github.com/.extraheader 2025-03-21T20:23:12.3141930Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-21T20:23:12.3169349Z [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:23:12.3511183Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-21T20:23:12.3537947Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-21T20:23:12.3543170Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:23:12.3543578Z ##[endgroup] 2025-03-21T20:23:12.3654009Z [!ALERT!] Swap in detected! [!ALERT!] 2025-03-21T20:23:31.4593406Z Cleaning up orphan processes